sic is an extremely simple IRC client. It consists of less than 250 lines of code. It is the little brother of irc it.
Go to file
Alexander Popov a665c369e3
change default server
2022-09-24 14:27:42 +03:00
.editorconfig update (c) 2022-09-24 13:49:53 +03:00
LICENSE update (c) 2022-09-24 13:49:53 +03:00
Makefile Makefile improvements 2021-05-06 01:45:51 +02:00
README.md change default server 2022-09-24 14:27:42 +03:00
arg.h applied 3 additional patches by Dimitris 2014-11-14 16:06:28 +01:00
config.def.h change default server 2022-09-24 14:27:42 +03:00
sic.1 a few corrections to manpage 2012-04-20 00:15:32 +01:00
sic.c update (c) 2022-09-24 13:49:53 +03:00
strlcpy.c added Joerg Jung's pledge patch 2017-03-18 19:24:55 +01:00
util.c util: trim() fix for UB on pointer arithmetic 2021-05-06 12:20:30 +02:00

README.md

sic - simple irc client

sic is an extremely 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 so that you don't have to switch different channel buffers: that's actually a feature.

Installation

Edit the Makefile or override the flags 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
# make install

Running sic

Simply invoke the sic command with the required arguments.