diff options
author | miwi <miwi@FreeBSD.org> | 2008-07-18 23:54:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-07-18 23:54:45 +0800 |
commit | 45f1378e1e61720813f66fc2ffec65ac129c1fdd (patch) | |
tree | 90f0a54f4d4d0d6e9255f51351ffb8b0b898c849 /irc/Makefile | |
parent | ce68757d421a8d317ff1404dbe660f1931b3c3fb (diff) | |
download | freebsd-ports-gnome-45f1378e1e61720813f66fc2ffec65ac129c1fdd.tar.gz freebsd-ports-gnome-45f1378e1e61720813f66fc2ffec65ac129c1fdd.tar.zst freebsd-ports-gnome-45f1378e1e61720813f66fc2ffec65ac129c1fdd.zip |
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/
PR: ports/125567
Submitted by: Julien Laffaye <kimelto at gmail.com>
Diffstat (limited to 'irc/Makefile')
-rw-r--r-- | irc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 29a8d4876535..79d580dc744c 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -33,6 +33,7 @@ SUBDIR += gseen.mod SUBDIR += hybserv SUBDIR += icbirc + SUBDIR += ii SUBDIR += iip SUBDIR += infobot SUBDIR += inspircd |