]> git.armaanb.net Git - sic.git/blob - sic.1
updated man page
[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 \-a
7 .IR address
8 .RB [ \-n
9 .IR nick ]
10 .RB [ \-f
11 .IR fullname ]
12 .RB [ \-p
13 .IR password ]
14 .RB [ \-v ]
15 .SH DESCRIPTION
16 .B sic
17 is an extremly fast, small and simple irc client.  It reads commands from
18 standard input and prints all server output to standard output. It multiplexes
19 also all channel traffic into one output, that you don't have to switch
20 different channel buffers, that's actually a feature.
21 .SH OPTIONS
22 .TP
23 .BI \-a " address "
24 Lets you specify the address which
25 .B sic
26 uses to listen for connections.  The syntax for
27 .I address
28 is taken (along with many other profound ideas) from the Plan 9 operating
29 system and has the form
30 .B tcp!hostname!port
31 for tcp sockets.
32 .TP
33 .BI \-p " password"
34 Specifies the password to authenticate the nick on the server.
35 .TP
36 .BI \-n " nick "
37 Specifies the nick name (default: $USER).
38 .TP
39 .BI \-f " fullname "
40 Specifies the full name.
41 .BI \-v
42 Prints version information to standard output, then exits.
43 .SH COMMANDS
44 .TP
45 .BI /j " #channel/user "
46 join/query a channel/user
47 .TP
48 .BI /l " #channel "
49 leave a channel/query
50 .TP
51 .BI /m " #channel/user msg "
52 write a message to #channel/user
53 .BI /t " topic"
54 set the channel topic
55 .TP
56 Everything which is not a command will simply be posted into the channel or to
57 the server.