blob: bf0369bfa1ef873c0fdf3bd25f12bcdc4646643a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
cic - curses irc client
=======================
cic is an extremly fast, small and simple irc client. It reads commands from
input line and prints all server output to a single output window. It also
multiplexes also all channel traffic into one output, so you don't have to
switch different channel buffers. That's actually a feature. The screen is
split into two windows: view and input. There is also a paging mode to view
output history.
Installation
------------
Edit config.mk to match your local setup. cic is installed into
/usr/local by default.
Afterwards enter the following command to build and install cic
(if necessary as root):
$ make clean install
Running cic
-----------
Simply invoke the 'cic' command with the required arguments.
|