sic is an extremely simple IRC client. It consists of less than 250 lines of code. It is the little brother of irc it.
Go to file
2007-04-13 11:50:51 +02:00
.hgtags Added tag 0.9 for changeset 96eb1bfede5b 2007-02-13 17:02:42 +01:00
config.mk removed LD as well, this is misleading 2007-02-14 10:05:41 +01:00
LICENSE updating copyright notice in sic as well 2007-04-13 11:50:51 +02:00
Makefile updating copyright notice in sic as well 2007-04-13 11:50:51 +02:00
README removed useless crap 2006-10-09 18:01:26 +02:00
sic.1 setting the topic must not be supported, its a trivial IRC command (*and rarely used btw*) 2007-02-13 16:14:52 +01:00
sic.c updating copyright notice in sic as well 2007-04-13 11:50:51 +02:00

sic - simple irc client
=======================
sic is an extremly fast, small and simple irc client.  It reads commands from
standard input and prints all server output to standard output. It multiplexes
also all channel traffic into one output, that you don't have to switch
different channel buffers, that's actually a feature.


Installation
------------
Edit config.mk to match your local setup. sic is installed into
/usr/local by default.

Afterwards enter the following command to build and install sic 
(if necessary as root):

    $ make clean install


Running sic
-----------
Simply invoke the 'sic' command with the required arguments.