2008-07-18 20:19:58 +00:00
|
|
|
ii is a minimalist FIFO and filesystem-based IRC client. It creates an
|
2008-07-18 15:54:45 +00:00
|
|
|
irc directory tree with server, channel and nick name directories.
|
|
|
|
In every directory a FIFO in file and a normal out file is created.
|
|
|
|
The in file is used to communicate with the servers and the out files
|
|
|
|
contain the server messages. For every channel and every nick name there
|
|
|
|
are related in and out files created. This allows IRC communication from
|
|
|
|
command line and adheres to the Unix philosophy.
|
|
|
|
|
2013-01-21 20:08:05 +00:00
|
|
|
WWW: http://tools.suckless.org/ii/
|