Pentium44 0992e0a7e7 Tweaks to thaw %!s(int64=4) %!d(string=hai) anos
..
LICENSE 5e630bf16b Rebuilding freon's layout, using the suckless core and sticking with TCC %!s(int64=4) %!d(string=hai) anos
Makefile 5e630bf16b Rebuilding freon's layout, using the suckless core and sticking with TCC %!s(int64=4) %!d(string=hai) anos
README 5e630bf16b Rebuilding freon's layout, using the suckless core and sticking with TCC %!s(int64=4) %!d(string=hai) anos
arg.h 5e630bf16b Rebuilding freon's layout, using the suckless core and sticking with TCC %!s(int64=4) %!d(string=hai) anos
config.def.h 5e630bf16b Rebuilding freon's layout, using the suckless core and sticking with TCC %!s(int64=4) %!d(string=hai) anos
config.h d7f2643af7 Call this v0.5.0... still needs some cleanup %!s(int64=4) %!d(string=hai) anos
config.mk d7f2643af7 Call this v0.5.0... still needs some cleanup %!s(int64=4) %!d(string=hai) anos
sic 0992e0a7e7 Tweaks to thaw %!s(int64=4) %!d(string=hai) anos
sic.1 5e630bf16b Rebuilding freon's layout, using the suckless core and sticking with TCC %!s(int64=4) %!d(string=hai) anos
sic.c 5e630bf16b Rebuilding freon's layout, using the suckless core and sticking with TCC %!s(int64=4) %!d(string=hai) anos
sic.o 0992e0a7e7 Tweaks to thaw %!s(int64=4) %!d(string=hai) anos
strlcpy.c 5e630bf16b Rebuilding freon's layout, using the suckless core and sticking with TCC %!s(int64=4) %!d(string=hai) anos
util.c 5e630bf16b Rebuilding freon's layout, using the suckless core and sticking with TCC %!s(int64=4) %!d(string=hai) anos

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.