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
arg@10ksloc.org e9f9154ab7 made sic 0.2 2006-07-21 21:12:29 +02:00
.hgtags Added tag 0.1 for changeset de32c537aaf66554894712563ffba8d9bc4c2714 2006-07-20 10:45:51 +02:00
LICENSE initial commit 2006-07-17 18:17:31 +02:00
Makefile added chmod as well to Makefiles 2006-07-20 09:48:49 +02:00
README initial commit 2006-07-17 18:17:31 +02:00
config.mk made sic 0.2 2006-07-21 21:12:29 +02:00
sic.1 made sic 0.2 2006-07-21 21:12:29 +02:00
sic.c fixed fullname handling in login 2006-07-21 15:46:05 +02:00
sic.html made sic 0.2 2006-07-21 21:12:29 +02: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.


Configuration
-------------
No configuration is needed.