diff options
| author | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 18:17:31 +0200 |
|---|---|---|
| committer | Anselm R. Garbe <garbeam@wmii.de> | 2006-07-17 18:17:31 +0200 |
| commit | 759063908d19e592f0d3bb3759964cec35114c8c (patch) | |
| tree | b9d9c176b7388f9696b9c9c8102daa297ac8c775 /sic.1 | |
| download | cic-759063908d19e592f0d3bb3759964cec35114c8c.tar.gz | |
initial commit
Diffstat (limited to 'sic.1')
| -rw-r--r-- | sic.1 | 57 |
1 files changed, 57 insertions, 0 deletions
@@ -0,0 +1,57 @@ +.TH SIC 1 sic-0.0 +.SH NAME +sic \- simple irc client +.SH SYNOPSIS +.B sic +.RB \-a +.IR address +.RB [ \-n +.IR nick ] +.RB [ \-f +.IR fullname ] +.RB [ \-p +.IR password ] +.RB [ \-v ] +.SH DESCRIPTION +.B sic +is an extremly fast, small and simple irc client. It reads commands from +standard input and prints all server output to standard output. It multiplexes +also all channel traffic into one output, that you don't have to switch +different channel buffers, that's actually a feature. +.SH OPTIONS +.TP +.BI \-a " address " +Lets you specify the address which +.B sic +uses to listen for connections. The syntax for +.I address +is taken (along with many other profound ideas) from the Plan 9 operating +system and has the form +.B tcp!hostname!port +for tcp sockets. +.BI \-p " password" +Specifies the password to authenticate the nick on the server. +.TP +.BI \-n " nick " +Specifies the nick name (default: $USER). +.TP +.BI \-f " fullname " +Specifies the full name. +.BI \-v +Prints version information to standard output, then exits. +.SH COMMANDS +.TP +.FN /j " #channel/user " +join/query a channel/user +.TP +.FN /l " #channel " +leave a channel/query +.TP +.FN /m " #channel/user msg " +write a message to #channel/user +.FN /t " topic" +set the channel topic +.TP +Everything which is not a command will simply be posted into the channel or to +the server. +.TP |
