]> git.armaanb.net Git - sic.git/blob - sic.1
corrected a mistake in explanation
[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 "
20 Join a channel
21 .TP
22 .BI /l " #channel "
23 Leave a channel
24 .TP
25 .BI /m " #channel/user msg "
26 Write a message to #channel/user
27 .TP
28 .BI /s " #channel/user "
29 Set default channel/user
30 .TP
31 .BI /t " topic"
32 Set the channel topic
33 .TP
34 Everything which is not a command will simply be posted into the channel or to
35 the server.
36 .SH CUSTOMIZATION
37 .B sic
38 is customized through editing its source code.  This keeps it fast, secure and
39 simple. The source code contains the
40 .I CUSTOMIZE
41 keyword to highlight relevant portions for customization.