aboutsummaryrefslogtreecommitdiff
path: root/irc/ii
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.4Beech Rintoul2008-08-172-4/+4
| | | | | | | | PR: ports/126567 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Notes: svn path=/head/; revision=218697
* - Fix a other typoMartin Wilke2008-07-181-1/+1
| | | | | | | Reported by: maintainer via irc Notes: svn path=/head/; revision=217061
* - Fix wwwMartin Wilke2008-07-181-1/+1
| | | | | | | Reported by: lme Notes: svn path=/head/; revision=217057
* ii is a minimalist FIFO and filesystem-based IRC client. It createsanMartin Wilke2008-07-185-0/+88
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> Notes: svn path=/head/; revision=217048