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 0a903a0c79 using Tcmd successors more carefully 2007-01-31 11:01:34 +01:00
.hgtags Added tag 0.7 for changeset 643a6e8b8634 2007-01-11 11:44:41 +01:00
LICENSE initial commit 2006-07-17 18:17:31 +02:00
Makefile new stuff 2006-09-26 14:24:26 +02:00
README removed useless crap 2006-10-09 18:01:26 +02:00
config.mk using Tcmd successors more carefully 2007-01-31 11:01:34 +01:00
sic.1 small change to man page 2006-09-26 17:52:37 +02:00
sic.c using Tcmd successors more carefully 2007-01-31 11:01:34 +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.