Set your nick:
/set nick yournick
Connect to a network: Freenode is a great project that hosts alot of open source channels. To connect to a server: /connect irc.freenode.net
Join the channel:
/j #gNewSense
automatically joining a network when irssi starts: (add freenode to make connecting quicker in the future)
/server add -auto -network Freenode irc.freenode.net 6667
associate nicks with a network: /network add -nick yournick Freenode
automatically join channels in networks:
/channel add -auto #gnewsense Freenode
register your nick with freenode:
/msg nickserv register [password] [email]
To keep your nick’s email hidden:
/msg nickserv set hidemail on
automatically register with NickServ:
/msg nickserv identify [password]
/network add -autosendcmd "/msg nickserv identify password ;wait 2000" Freenode
/help /j /leave /msg user /away /away(returns) /quit.
alt+1, alt+2,… to switch between windows
PageUp to PageDown to scroll up and down
Turn off all joins, parts, quits, afks as these can be distracting:
/ignore #channelname ALL -PUBLIC -ACTIONS
ignore them in all channels by using * instead of #channelname.
ignore a user for a specific amount of time: /ignore -time 3600 [nick] to ignore them for an hour.
/ignore -channels #chan1,#chan2,#chan3 * JOINS PARTS QUITS NICKS
/ignore -channels #chan1,#chan2,#chan3 -regexp -pattern (away|gone|back|playin|weg|wech|returned) * ACTIONS