Here are the steps while I was trying to learn setting up shell based IRC Client (I opted for Irssi ) on Ubuntu
- Install irscci: sudo apt-get install irssi
- Start irscci: irscci
- Connect to an irc server e.g. /connect irc.freenode.net
- Choose some screen name which should be unique:
- /set nick <unique_nick_name>
- You can opt to register this nickname and verify it
- /msg nickserv register <password> <email>
- To switch between message and current window use Alt+a, Alt+1, Alt+2
- An email will be triggered with a verification command of the format: /msg NickServ VERIFY REGISTER <nickname> <passcode>
- Join any group with groupname: /join <ircroom> e.g. /join ubuntu
- To autoregister the nickname, use the following command
- /network add -autosendcmd "/msg nickserv identify password ;wait 2000" freenode
No comments:
Post a Comment