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 6d4fd01fc1 missed to remove old .hgtags 2014-11-14 16:07:17 +01:00
LICENSE prepared a new release 2013-05-05 17:42:52 +02:00
Makefile applied 3 additional patches by Dimitris 2014-11-14 16:06:28 +01:00
README removed useless crap 2006-10-09 18:01:26 +02:00
arg.h applied 3 additional patches by Dimitris 2014-11-14 16:06:28 +01:00
config.def.h applied Eric's follow up patch 2014-11-12 11:18:50 +01:00
config.mk version bump 2013-08-02 22:45:08 +02:00
sic.1 a few corrections to manpage 2012-04-20 00:15:32 +01:00
sic.c applied 3 additional patches by Dimitris 2014-11-14 16:06:28 +01:00
util.c fixed a silly bug, reported by several people, including Mark Edgar 2013-08-02 22:20:48 +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.