IRC Terminal cheatsheet
Basic command and tips to use irc.
IRC CLI Clients
1. Irssi : Irssi is a terminal based IRC client for UNIX systems. It also supports SILC and ICB protocols via plugins Link : https://github.com/irssi/irssi
2. Weechat: WeeChat is designed to be light and extensible: a lightweight core with optional plugins.
Plugins and scripts can be dynamically loaded and unloaded at any time.
Link : https://github.com/weechat/weechat
IRC common command
Connect to server : /connect irc.server.com
Join the channel : /join channelName
Leave current channel : /leave
Leave the channel : /leave channel
Who is the user :/whois username
Who was that user : /whowas username
Notify when user login : /notify username
Send private message to a user : /msg username Hello my friend.
Quit IRC : /quit