FreonLinux/system/sic
Pentium44 0992e0a7e7 Tweaks to thaw 2020-12-02 15:38:59 -08:00
..
LICENSE Rebuilding freon's layout, using the suckless core and sticking with TCC 2020-11-23 18:46:42 -08:00
Makefile Rebuilding freon's layout, using the suckless core and sticking with TCC 2020-11-23 18:46:42 -08:00
README Rebuilding freon's layout, using the suckless core and sticking with TCC 2020-11-23 18:46:42 -08:00
arg.h Rebuilding freon's layout, using the suckless core and sticking with TCC 2020-11-23 18:46:42 -08:00
config.def.h Rebuilding freon's layout, using the suckless core and sticking with TCC 2020-11-23 18:46:42 -08:00
config.h Call this v0.5.0... still needs some cleanup 2020-11-27 00:51:41 -08:00
config.mk Call this v0.5.0... still needs some cleanup 2020-11-27 00:51:41 -08:00
sic Tweaks to thaw 2020-12-02 15:38:59 -08:00
sic.1 Rebuilding freon's layout, using the suckless core and sticking with TCC 2020-11-23 18:46:42 -08:00
sic.c Rebuilding freon's layout, using the suckless core and sticking with TCC 2020-11-23 18:46:42 -08:00
sic.o Tweaks to thaw 2020-12-02 15:38:59 -08:00
strlcpy.c Rebuilding freon's layout, using the suckless core and sticking with TCC 2020-11-23 18:46:42 -08:00
util.c Rebuilding freon's layout, using the suckless core and sticking with TCC 2020-11-23 18:46:42 -08: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.