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
Connor Lane Smith a28f8b49c8 a few corrections to manpage 2012-04-20 00:15:32 +01:00
.hgtags Added tag 1.1 for changeset d6140e3685b8 2010-05-25 12:03:25 -04:00
LICENSE reversed the -u switch 2012-02-05 16:47:38 +01:00
Makefile applied Dimitris patches, thanks 2011-03-06 07:37:21 +00:00
README removed useless crap 2006-10-09 18:01:26 +02:00
config.mk merged kris' changes into mainstream sic 2009-11-28 12:16:35 +00:00
sic.1 a few corrections to manpage 2012-04-20 00:15:32 +01:00
sic.c reversed the -u switch 2012-02-05 16:47:38 +01:00
util.c cleanup 2010-05-14 18:01:20 +01:00

README

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.