jmunsch

irssi_auto

Sep 26th, 2014
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /connect irc.freenode.net
  2.  
  3. /nick MyIRCNick
  4.  
  5. /SERVER ADD -auto -network freenode irc.freenode.net 6667 <password>
  6.  
  7. (you may have to shutdown and restart irssi at this point for it to recognize the network name "freenode" in the next step)
  8.  
  9. /CHANNEL ADD -auto #ubuntu freenode
  10.  
  11. Another method of auto-identifying is seen below. The above is generally preferred.
Advertisement
Add Comment
Please, Sign In to add comment