sic/README

24 lines
676 B
Plaintext
Raw Normal View History

2006-07-17 20:17:31 +04:00
sic - simple irc client
2006-09-26 16:32:24 +04:00
=======================
sic is an extremely fast, small and simple irc client. It reads commands from
2006-07-17 20:17:31 +04:00
standard input and prints all server output to standard output. It multiplexes
also all channel traffic into one output so that you don't have to switch
different channel buffers: that's actually a feature.
2006-07-17 20:17:31 +04:00
2006-09-26 16:32:24 +04:00
2006-07-17 20:17:31 +04:00
Installation
------------
Edit the Makefile or override the flags to match your local setup. sic is
installed into /usr/local by default.
2006-07-17 20:17:31 +04:00
Afterwards enter the following command to build and install sic
(if necessary as root):
$ make
# make install
2006-07-17 20:17:31 +04:00
2006-09-26 16:32:24 +04:00
2006-07-17 20:17:31 +04:00
Running sic
-----------
Simply invoke the 'sic' command with the required arguments.