sic/sic.1

48 lines
1.0 KiB
Groff
Raw Normal View History

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
2007-02-09 19:07:29 +03:00
.RB [ \-h " <host>"]
2006-09-26 19:52:37 +04:00
.RB [ \-p " <port>"]
.RB [ \-n " <nick>"]
.RB [ \-k " <keyword>"]
2006-07-17 20:17:31 +04:00
.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.
2006-07-17 20:17:31 +04:00
.SH OPTIONS
.TP
2007-02-09 19:07:29 +03:00
.B \-h <host>
Overrides the default host (irc.oftc.net)
2006-07-20 12:03:27 +04:00
.TP
2006-09-26 16:24:26 +04:00
.B \-p <port>
2006-07-20 12:03:27 +04:00
Overrides the default port (6667)
.TP
2006-09-26 16:24:26 +04:00
.B \-n <nickname>
2006-07-20 12:03:27 +04:00
Override the default nick ($USER)
.TP
2006-09-26 16:24:26 +04:00
.B \-k <keyword>
2007-02-09 19:07:29 +03:00
Specifies the keyword to authenticate your nick on the host
2006-07-20 12:03:27 +04:00
.TP
2006-07-17 20:17:31 +04:00
.BI \-v
Prints version information to standard output, then exits
2006-07-17 20:17:31 +04:00
.SH COMMANDS
.TP
.B :j #channel
2006-07-19 14:54:03 +04:00
Join a channel
2006-07-17 20:17:31 +04:00
.TP
.B :l #channel
2006-07-19 14:54:03 +04:00
Leave a channel
2006-07-17 20:17:31 +04:00
.TP
.B :m #channel/user msg
2006-07-19 10:30:54 +04:00
Write a message to #channel/user
.TP
.B :s #channel/user
2006-07-19 10:30:54 +04:00
Set default channel/user
2006-07-19 10:29:40 +04:00
.TP
2007-02-09 19:07:29 +03:00
Everything which is not a command is simply send the server.