Review of irc.c powered by the Slant community.
irc.c is a minimal lightweight curses IRC client
Ranked in these QuestionsQuestion Ranking
Pros
Pro Single server
Each instance of the client can only connect to one server and then you can join multiple channels with the join command.
Example: "irc -s irc.freenode.net", then "j #lua" and "j #chicken"
Pro Open-source
The source code (a single C file) is under public domain.
Pro Infinite scrollback
You can move up and down the history with the "Page Up" and "Page Down" keys.
Pro Automatic reconnection
It automatically connects you back if you happen to get disconnected.
Cons
Con Documentation
Its website and README do not give enough information about shortcuts and commands. You have to look those things up in the source file.
Commonly Compared
