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
Anselm R Garbe 6af1b812ae cleanup 2010-05-14 18:01:20 +01:00
.hgtags Added tag 1.0 for changeset b8794f3ed15e 2008-07-29 19:22:08 +01:00
LICENSE merged kris' changes into mainstream sic 2009-11-28 12:16:35 +00:00
Makefile made Makefile consistent 2008-07-29 19:18:03 +01: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 applied Jeroen Schot's patch 2009-02-14 11:53:47 +00:00
sic.c applied anonymous cleanup patch, thanks anonymous! 2010-04-17 11:12:54 +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.