]> git.armaanb.net Git - sic.git/blob - sic.1
new stuff
[sic.git] / sic.1
1 .TH SIC 1 sic-0.0
2 .SH NAME
3 sic \- simple irc client
4 .SH SYNOPSIS
5 .B sic
6 .RB [ \-v ]
7 .SH DESCRIPTION
8 .B sic
9 is an extremly fast, small and simple irc client.  It reads commands from
10 standard input and prints all server output to standard output. It multiplexes
11 also all channel traffic into one output, that you don't have to switch
12 different channel buffers, that's actually a feature.
13 .SH OPTIONS
14 .TP
15 .BI \-v
16 Prints version information to standard output, then exits.
17 .SH COMMANDS
18 .TP
19 .BI /j " #channel/user "
20 join/query a channel/user
21 .TP
22 .BI /l " #channel "
23 leave a channel/query
24 .TP
25 .BI /m " #channel/user msg "
26 write a message to #channel/user
27 .TP
28 .BI /t " topic"
29 set the channel topic
30 .TP
31 Everything which is not a command will simply be posted into the channel or to
32 the server.
33 .SH CUSTOMIZATION
34 .B sic
35 is customized through editing its source code.  This keeps it fast, secure and
36 simple. The source code contains the
37 .I CUSTOMIZE
38 keyword to highlight relevant portions for customization.