From 45f1378e1e61720813f66fc2ffec65ac129c1fdd Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 18 Jul 2008 15:54:45 +0000 Subject: 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 --- irc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'irc/Makefile') 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 -- cgit