sic/sic.1
2011-04-08 12:51:16 +00:00

48 lines
1.0 KiB
Groff

.TH SIC 1 sic-VERSION
.SH NAME
sic \- simple irc client
.SH SYNOPSIS
.B sic
.RB [ \-h " <host>"]
.RB [ \-p " <port>"]
.RB [ \-n " <nick>"]
.RB [ \-k " <keyword>"]
.RB [ \-v ]
.SH DESCRIPTION
.B sic
is an extremely fast, small and simple irc client. It reads commands from
standard input and prints all server output to standard output. It also
multiplexes all channel traffic into one output. That way you don't have to
switch different channel buffers. So that's actually a feature.
.SH OPTIONS
.TP
.B \-h <host>
Overrides the default host (irc.oftc.net)
.TP
.B \-p <port>
Overrides the default port (6667)
.TP
.B \-n <nickname>
Override the default nick ($USER)
.TP
.B \-k <keyword>
Specifies the keyword to authenticate your nick on the host
.TP
.BI \-v
Prints version information to standard output, then exits
.SH COMMANDS
.TP
.B :j #channel
Join a channel
.TP
.B :l #channel
Leave a channel
.TP
.B :m #channel/user msg
Write a message to #channel/user
.TP
.B :s #channel/user
Set default channel/user
.TP
Everything which is not a command is simply send the server.