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