diff options
Diffstat (limited to 'irc/ii/pkg-descr')
-rw-r--r-- | irc/ii/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/irc/ii/pkg-descr b/irc/ii/pkg-descr new file mode 100644 index 000000000000..056f57925e0d --- /dev/null +++ b/irc/ii/pkg-descr @@ -0,0 +1,9 @@ +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/ |