]> jfr.im git - irc/freenode/web-7.0.git/blame - content/kb/sasl/irssi.md
Removal of member from the group team.
[irc/freenode/web-7.0.git] / content / kb / sasl / irssi.md
CommitLineData
74835db6 1Title: Configuring SASL for Irssi
46e25db6 2---
74835db6
EK
3The setup for SASL on Irssi differs depending on the version you have (you can
4find out by running `irssi -v` in your nearest shell).
46e25db6 5
46e25db6 6
74835db6 7# Irssi 0.8.18 or later
46e25db6 8
74835db6 9Recent Irssi versions include built-in SASL support via `/network`:
46e25db6 10
74835db6
EK
11 /network add -sasl_username <login> -sasl_password <password> -sasl_mechanism PLAIN Freenode
12 /server add -auto -net Freenode -ssl -ssl_verify irc.freenode.net 6697
46e25db6 13
46e25db6 14
74835db6
EK
15# Older versions
16
17These versions need a separate script in order to support SASL: `cap_sasl.pl`.
18You can install it from <https://scripts.irssi.org>:
19
20 mkdir -p ~/.irssi/scripts/autorun
21 wget https://scripts.irssi.org/scripts/cap_sasl.pl -O ~/.irssi/scripts/cap_sasl.pl
22 ln -sf ../cap_sasl.pl ~/.irssi/scripts/autorun/
23
24Now load and configure it inside Irssi:
25
26 /script load cap_sasl
27 /server add -auto -net Freenode -ssl -ssl_verify irc.freenode.net 6697
28 /sasl set Freenode <login> <password> PLAIN
29 /sasl save