URI: 
       README - sic - simple irc client
  HTML git clone git://git.suckless.org/sic
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       README (676B)
       ---
            1 sic - simple irc client
            2 =======================
            3 sic is an extremely fast, small and simple irc client.  It reads commands from
            4 standard input and prints all server output to standard output. It multiplexes
            5 also all channel traffic into one output so that you don't have to switch
            6 different channel buffers: that's actually a feature.
            7 
            8 
            9 Installation
           10 ------------
           11 Edit the Makefile or override the flags to match your local setup. sic is
           12 installed into /usr/local by default.
           13 
           14 Afterwards enter the following command to build and install sic 
           15 (if necessary as root):
           16 
           17         $ make
           18         # make install
           19 
           20 
           21 Running sic
           22 -----------
           23 Simply invoke the 'sic' command with the required arguments.