From 759063908d19e592f0d3bb3759964cec35114c8c Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 17 Jul 2006 18:17:31 +0200 Subject: initial commit --- sic.1 | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 sic.1 (limited to 'sic.1') diff --git a/sic.1 b/sic.1 new file mode 100644 index 0000000..06cf0db --- /dev/null +++ b/sic.1 @@ -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 -- cgit v1.2.3