2006-09-26 16:24:26 +04:00
|
|
|
.TH SIC 1 sic-VERSION
|
2006-07-17 20:17:31 +04:00
|
|
|
.SH NAME
|
|
|
|
sic \- simple irc client
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B sic
|
2012-04-20 03:15:32 +04:00
|
|
|
.RB [ \-h
|
|
|
|
.IR host ]
|
|
|
|
.RB [ \-p
|
|
|
|
.IR port ]
|
|
|
|
.RB [ \-n
|
|
|
|
.IR nick ]
|
|
|
|
.RB [ \-k
|
|
|
|
.IR pass ]
|
2006-07-17 20:17:31 +04:00
|
|
|
.RB [ \-v ]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B sic
|
2011-04-08 16:51:16 +04:00
|
|
|
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.
|
2006-07-17 20:17:31 +04:00
|
|
|
.SH OPTIONS
|
|
|
|
.TP
|
2012-04-20 03:15:32 +04:00
|
|
|
.BI \-h " host"
|
2011-04-08 16:51:16 +04:00
|
|
|
Overrides the default host (irc.oftc.net)
|
2006-07-20 12:03:27 +04:00
|
|
|
.TP
|
2012-04-20 03:15:32 +04:00
|
|
|
.BI \-p " port"
|
2006-07-20 12:03:27 +04:00
|
|
|
Overrides the default port (6667)
|
|
|
|
.TP
|
2012-04-20 03:15:32 +04:00
|
|
|
.BI \-n " nick"
|
2006-07-20 12:03:27 +04:00
|
|
|
Override the default nick ($USER)
|
|
|
|
.TP
|
2012-04-20 03:15:32 +04:00
|
|
|
.BI \-k " pass"
|
|
|
|
Specifies the PASS connection password
|
2006-07-20 12:03:27 +04:00
|
|
|
.TP
|
2012-04-20 03:15:32 +04:00
|
|
|
.B \-v
|
|
|
|
Prints version information to stderr, then exits
|
2006-07-17 20:17:31 +04:00
|
|
|
.SH COMMANDS
|
|
|
|
.TP
|
2012-04-20 03:15:32 +04:00
|
|
|
.BI :j " #channel"
|
2006-07-19 14:54:03 +04:00
|
|
|
Join a channel
|
2006-07-17 20:17:31 +04:00
|
|
|
.TP
|
2012-04-20 03:15:32 +04:00
|
|
|
.BI :l " #channel"
|
2006-07-19 14:54:03 +04:00
|
|
|
Leave a channel
|
2006-07-17 20:17:31 +04:00
|
|
|
.TP
|
2012-04-20 03:15:32 +04:00
|
|
|
.BI :m " #channel/user message"
|
|
|
|
Send a message to channel or user
|
2006-07-19 10:30:54 +04:00
|
|
|
.TP
|
2012-04-20 03:15:32 +04:00
|
|
|
.BI :s " #channel/user"
|
|
|
|
Set default channel or user
|
2006-07-19 10:29:40 +04:00
|
|
|
.TP
|
2012-04-20 03:15:32 +04:00
|
|
|
.BI : command
|
|
|
|
Any line beginning with
|
|
|
|
.B :
|
|
|
|
is sent as a command
|