Short cheatsheet handy while learning to use Irssi. Adapted from IRC-client.md by Nishant Modak.
-
To switch between open channels / windows
Alt
+N
whereN
is the number corresponding to the open window -
To ignore joins / quits / nicks changes on a specific channel.
/ignore -channels #chan1,#chan2,#chan3 * JOINS PARTS QUITS NICKS
-
Auto Connect to a Server on startup
/SERVER ADD -auto -network IRCnet irc.freenode.net 6667
-
Auto Join to Specificed channels
/CHANNEL ADD -auto #doothings IRCnet
-
To Keep logging all these conversations
/SET AUTOLOG ON
-
To set Nicks and Real Name etc.
/SET
-> This should show all existing configured parameters.To change these just say
/SET param-name value
like/SET nick nism-pi
-
To auto-identify on connecting with NickServ
/network add -autosendcmd "/msg nickserv identify <password> ;wait 2000" IRCnet
-
/SAVE
to save the entire configuration.