]> git.armaanb.net Git - sic.git/blob - sic.1
applied Adriens patch
[sic.git] / sic.1
1 .TH SIC 1 sic-0.2
2 .SH NAME
3 sic \- simple irc client
4 .SH SYNOPSIS
5 .B sic
6 .RB [ \-s
7 .IR server ]
8 .RB [ \-p
9 .IR port ]
10 .RB [ \-n
11 .IR nick ]
12 .RB [ \-k
13 .IR keyword ]
14 .RB [ \-f
15 .IR fullname ]
16 .RB \-v
17 .RB [ \-v ]
18 .SH DESCRIPTION
19 .B sic
20 is an extremly fast, small and simple irc client.  It reads commands from
21 standard input and prints all server output to standard output. It multiplexes
22 also all channel traffic into one output, that you don't have to switch
23 different channel buffers, that's actually a feature.
24 .SH OPTIONS
25 .TP
26 .BI \-s " server"
27 Overrides the default server (irc.oftc.net)
28 .TP
29 .BI \-p " port"
30 Overrides the default port (6667)
31 .TP
32 .BI \-n " nickname"
33 Override the default nick ($USER)
34 .TP
35 .BI \-k " keyword"
36 Specifies the keyword to authenticate your nick on the server
37 .TP
38 .BI \-f " fullname"
39 Specify the real name (default is $USER)
40 .TP
41 .BI \-v
42 Prints version information to standard output, then exits.
43 .SH COMMANDS
44 .TP
45 .BI /j " #channel "
46 Join a channel
47 .TP
48 .BI /l " #channel "
49 Leave a channel
50 .TP
51 .BI /m " #channel/user msg "
52 Write a message to #channel/user
53 .TP
54 .BI /s " #channel/user "
55 Set default channel/user
56 .TP
57 .BI /t " topic"
58 Set the channel topic
59 .TP
60 Everything which is not a command will simply be posted into the channel or to
61 the server.