summaryrefslogtreecommitdiff
path: root/cic.1
diff options
context:
space:
mode:
authorJohn Vogel <jvogel4@stny.rr.com>2015-12-06 00:15:32 -0500
committerJohn Vogel <jvogel4@stny.rr.com>2015-12-06 00:15:32 -0500
commit08b54647775a09c94cf32ae5eccd64c8661ce1f7 (patch)
tree237d2a0984de75d5850f769b3256a47f4245522a /cic.1
parent7f0141bbe92dc6c3423ff39d21e8ec5c18b58ec1 (diff)
downloadcic-08b54647775a09c94cf32ae5eccd64c8661ce1f7.tar.gz
Initial commit for cic, ncurses fork of sic
Diffstat (limited to 'cic.1')
-rw-r--r--cic.154
1 files changed, 54 insertions, 0 deletions
diff --git a/cic.1 b/cic.1
new file mode 100644
index 0000000..34f7b11
--- /dev/null
+++ b/cic.1
@@ -0,0 +1,54 @@
+.TH CIC 1 cic-VERSION
+.SH NAME
+cic \- curses irc client
+.SH SYNOPSIS
+.B cic
+.RB [ \-h
+.IR host ]
+.RB [ \-p
+.IR port ]
+.RB [ \-n
+.IR nick ]
+.RB [ \-k
+.IR pass ]
+.RB [ \-v ]
+.SH DESCRIPTION
+.B cic
+is an extremely fast, small and simple irc client. It reads commands from
+the input line and prints all server output to a single output window. It
+also multiplexes all channel traffic into one output, so 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