]> git.armaanb.net Git - sic.git/blob - sic.1
simplified and restructured sic
[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 .BI /t " topic"
28 set the channel topic
29 .TP
30 Everything which is not a command will simply be posted into the channel or to
31 the server.