marignotti/bin/sic.1.1
Kelvin Sherlock dc8ac93eeb prods happy folder name 2012-07-09 22:45:48 -04:00
..
LICENSE prods happy folder name 2012-07-09 22:45:48 -04:00
Makefile prods happy folder name 2012-07-09 22:45:48 -04:00
Makefile.mk prods happy folder name 2012-07-09 22:45:48 -04:00
README prods happy folder name 2012-07-09 22:45:48 -04:00
config.mk prods happy folder name 2012-07-09 22:45:48 -04:00
sic.1 prods happy folder name 2012-07-09 22:45:48 -04:00
sic.c prods happy folder name 2012-07-09 22:45:48 -04:00
util.c prods happy folder name 2012-07-09 22:45:48 -04: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.