The following 62 words could not be found in the dictionary of 1150 words (including 1150 LocalSpellingWords) and are highlighted below:
allows   authentication   auto   autoconnect   Blinken   blinkenshell   config   configure   connect   connection   disconnect   during   eliminating   for   identify   if   irc0   irssi   like   line   list   looking   mechanism   Modify   modify   msg   need   network   Nick   nickserv   on   optional   output   password   plain   process   re   reconnecting   registered   remove   return   running   sao   sasl   see   Serv   Server   server   services   should   something   Step   succeeded   that   this   tls   to   triton   Update   use   username   with  

Clear message
Edit History Actions Discussion

Info/IRC/SASL

IRC SASL

SASL is an authentication mechanism that allows you to identify with services (NickServ) during the connection process and eliminating the need to /msg nickserv identify.

BlinkenIRC SASL with irssi

To configure irssi to connect to BlinkenIRC with SASL.

Step 1 (optional). Update irssi server config if you're running on triton:

/server add -network BlinkenIRC -tls -auto irc0.blinkenshell.org 6697
/server remove sao
/server list

Server list should return a line for BlinkenIRC looking something like this:

19:57 irc0.blinkenshell.org 6697  BlinkenIRC autoconnect, tls

Step 2. Modify network to use SASL (you must be registered with NickServ)

/network modify -sasl_username <nickserv_username> -sasl_password <nickserv_password> -sasl_mechanism plain BlinkenIRC

/disconnect BlinkenIRC
/connect BlinkenIRC

When reconnecting to BlinkenIRC you should see a line like this in the output:

19:55 [BlinkenIRC] SASL authentication succeeded