-
Notifications
You must be signed in to change notification settings - Fork 5
liberachat
We are happy to inform you that we have an official #irssi IRC support channel on the Libera Chat network.
To join us there for lurking or assistance, follow these steps:
/network add LiberaChat
/server add -network LiberaChat -tls -tls_verify irc.libera.chat 6697
/connect LiberaChat
/join #irssi
We also have @irssi/user/<accountname>
cloaks available for channel
regulars, just let us know if you're interested and we will gladly
forward the request.
if you want to connect automatically to Libera Chat each time you open Irssi, run (or repeat) the /server add
command with the -auto
option:
/server add -auto -network LiberaChat -tls -tls_verify irc.libera.chat 6697
Once you have registered your nick, you can set up SASL authentication (automated log-in) like this (replace AzureDiamond and hunter2 with your values):
/network modify -sasl_usernameAzureDiamond-sasl_passwordhunter2-sasl_mechanism PLAIN LiberaChat
It will be used the next time you /connect
(/reconnect is not enough)
If you would like to use Certificate Fingerprint based authentication instead of password, follow the guide on liberachat_certfp
Much of the content on these pages is taken from original Irssi documentation and is Copyright © 2000-2010 The Irssi project. Formatting and additional documentation, examples, etc by Tom Feist and the other editors of this wiki. This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. Please see http://creativecommons.org/licenses/by-sa/2.5/ for details.