- Download http://scripts.irssi.org/scripts/cap_sasl.pl and paste it to
~/.irssi/scripts/
- Symlink and add to autorun
$ mkdir autorun; cd autorun; ln -s ../cap_sasl.pl
- Open up irssi
$ irssi
- Run the following commands
/script load autorun/cap_sasl.pl
/sasl set <chatnet> <nick> <password> plain
and/sasl save
- You can replace
plain
withexternal
,ECDSA-NIST256P-CHALLENGE
, orDH-BLOWFISH
. See https://freenode.net/sasl/sasl-irssi.shtml - There are list of common servers already
config
ed. List includes Freenode, OFTC, etc.. See~/.irssi/config
for the list - Edit
~/.irssi/config
to addautoconnect = "yes"
insideservers
array afterport = "6667"
:) (in a different tab?) - Add channels to autoconnect. Sample:
/channel add -auto #channel ChatNet
. For more information about this, see https://irssi.org/documentation/startup/#server-and-channel-automation . This also contains more advanced details about botmasks and botcmds. - Restart irssi! Add it to startup! Download cool scripts, load them and have fun! :)
Created
February 18, 2016 15:53
-
-
Save nootanghimire/5ce253136c95f6c1b8f7 to your computer and use it in GitHub Desktop.
Basic TODOs after a new installation of irssi (if you do not have your old config and scripts lying around)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Links that are helpful (or References used)
https://irssi.org/documentation/startup/
https://irssi.org/documentation/faq/
https://freenode.net/sasl/sasl-irssi.shtml