README 649 B

1234567891011121314151617181920212223
  1. sic - simple irc client
  2. =======================
  3. sic is an extremly 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, that you don't have to switch
  6. different channel buffers, that's actually a feature.
  7. Installation
  8. ------------
  9. Edit config.mk to match your local setup. sic is installed into
  10. /usr/local by default.
  11. Afterwards enter the following command to build and install sic
  12. (if necessary as root):
  13. $ make clean install
  14. Running sic
  15. -----------
  16. Simply invoke the 'sic' command with the required arguments.