9bb8c5eb39
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. WWW: http://www.suckless.org/wiki/tools/irc/irc_it/ PR: ports/125567 Submitted by: Julien Laffaye <kimelto at gmail.com>
9 lines
523 B
Text
9 lines
523 B
Text
ii is a minimalist FIFO and filesystem-based IRC client. It createsan
|
|
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.
|
|
|
|
WWW: http://www.suckless.org/wiki/tools/irc/irc_it/
|