Skip to content

Instantly share code, notes, and snippets.

@xkr47
Last active September 28, 2023 09:39
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xkr47/8c820ca500a1febdc24d44bb56e5f9d5 to your computer and use it in GitHub Desktop.
Save xkr47/8c820ca500a1febdc24d44bb56e5f9d5 to your computer and use it in GitHub Desktop.
How to add the libera.chat network to irssi
Replace all <....> parts with your specific details
/network add -nick <nick> libera
/server add -network libera -auto -ssl irc.libera.chat 6697
/connect libera
/query NickServ
register <password> <email>
<copypaste line from email>
/network add -autosendcmd "" -sasl_username <user> -sasl_password <pass> -sasl_mechanism PLAIN libera
/channel add -auto <channel> libera
/join <channel>
/save
@martin-braun
Copy link

Nowadays, you need to use -tls instead of -ssl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment