wok diff ii/description.txt @ rev 25076

Up marlin (886)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 14 08:17:07 2022 +0000 (2022-06-14)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ii/description.txt	Tue Jun 14 08:17:07 2022 +0000
     1.3 @@ -0,0 +1,10 @@
     1.4 +ii is a minimalist FIFO and filesystem-based IRC client.
     1.5 +It creates an irc directory tree with server, channel and nick name
     1.6 +directories. In every directory a FIFO in file and a normal out
     1.7 +file is created.
     1.8 +
     1.9 +The in file is used to communicate with the servers and the out
    1.10 +files contain the server messages. For every channel and every nick
    1.11 +name there are related in and out files created.
    1.12 +This allows IRC communication from command line and adheres to the
    1.13 +Unix philosophy.