]> git.armaanb.net Git - sic.git/blob - sic.1
applied Jeroen's manpage patch, thanks!
[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 [ \-h " <host>"]
7 .RB [ \-p " <port>"]
8 .RB [ \-n " <nick>"]
9 .RB [ \-k " <keyword>"]
10 .RB [ \-v ]
11 .SH DESCRIPTION
12 .B sic
13 is an extremely fast, small and simple irc client. It reads commands from
14 standard input and prints all server output to standard output. It also
15 multiplexes all channel traffic into one output. That way you don't have to
16 switch different channel buffers. So that's actually a feature.
17 .SH OPTIONS
18 .TP
19 .B \-h <host>
20 Overrides the default host (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 host
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 Everything which is not a command is simply send the server.