sic/sic.1

56 lines
1.2 KiB
Groff
Raw Permalink 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
2006-09-26 19:52:37 +04:00
.RB [ \-s " <server>"]
.RB [ \-p " <port>"]
.RB [ \-n " <nick>"]
.RB [ \-k " <keyword>"]
.RB [ \-f " <fullname>"]
2006-07-17 20:17:31 +04:00
.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
2006-09-26 16:24:26 +04:00
.B \-s <server>
2006-07-20 12:03:27 +04:00
Overrides the default server (irc.oftc.net)
.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>
2006-07-20 12:03:27 +04:00
Specifies the keyword to authenticate your nick on the server
.TP
2006-09-26 16:24:26 +04:00
.B \-f <fullname>
2006-07-20 12:03:27 +04:00
Specify the real name (default is $USER)
.TP
2006-07-17 20:17:31 +04:00
.BI \-v
Prints version information to standard output, then exits.
.SH COMMANDS
.TP
2006-09-26 16:24:26 +04:00
.B /j #channel
2006-07-19 14:54:03 +04:00
Join a channel
2006-07-17 20:17:31 +04:00
.TP
2006-09-26 16:24:26 +04:00
.B /l #channel
2006-07-19 14:54:03 +04:00
Leave a channel
2006-07-17 20:17:31 +04:00
.TP
2006-09-26 16:24:26 +04:00
.B /m #channel/user msg
2006-07-19 10:30:54 +04:00
Write a message to #channel/user
.TP
2006-09-26 16:24:26 +04:00
.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
2006-09-26 16:24:26 +04:00
.B /t topic
2006-07-19 10:30:54 +04:00
Set the channel topic
2006-07-17 20:17:31 +04:00
.TP
Everything which is not a command will simply be posted into the channel or to
the server.