From 08b54647775a09c94cf32ae5eccd64c8661ce1f7 Mon Sep 17 00:00:00 2001 From: John Vogel Date: Sun, 6 Dec 2015 00:15:32 -0500 Subject: Initial commit for cic, ncurses fork of sic --- sic.1 | 54 ------------------------------------------------------ 1 file changed, 54 deletions(-) delete mode 100644 sic.1 (limited to 'sic.1') diff --git a/sic.1 b/sic.1 deleted file mode 100644 index aba8db8..0000000 --- a/sic.1 +++ /dev/null @@ -1,54 +0,0 @@ -.TH SIC 1 sic-VERSION -.SH NAME -sic \- simple irc client -.SH SYNOPSIS -.B sic -.RB [ \-h -.IR host ] -.RB [ \-p -.IR port ] -.RB [ \-n -.IR nick ] -.RB [ \-k -.IR pass ] -.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 -.BI \-h " host" -Overrides the default host (irc.oftc.net) -.TP -.BI \-p " port" -Overrides the default port (6667) -.TP -.BI \-n " nick" -Override the default nick ($USER) -.TP -.BI \-k " pass" -Specifies the PASS connection password -.TP -.B \-v -Prints version information to stderr, then exits -.SH COMMANDS -.TP -.BI :j " #channel" -Join a channel -.TP -.BI :l " #channel" -Leave a channel -.TP -.BI :m " #channel/user message" -Send a message to channel or user -.TP -.BI :s " #channel/user" -Set default channel or user -.TP -.BI : command -Any line beginning with -.B : -is sent as a command -- cgit v1.2.3