circo

claudio's IRC oasis
git clone git://git.bitsmanent.org/circo
Log | Files | Refs | README | LICENSE

commit 5d8cf7193e55d650bd09ee32a848fb08abd35150
parent 1a483824a06cab2eea109a8f73684e127ce61828
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Thu,  9 Nov 2017 22:24:44 +0100

Extends the man page a bit.

Diffstat:
Mcirco.1 | 28+++++++++++++++++++++++++---
1 file changed, 25 insertions(+), 3 deletions(-)

diff --git a/circo.1 b/circo.1 @@ -4,11 +4,33 @@ circo \- simple IRC client .SH SYNOPSIS .B circo .RB [ \-v ] -.RI [ \-hpnl -.RI <arg> ] +.RB [ \-hpnl +<arg> ] .SH DESCRIPTION .B circo -is... +is a small IRC client for the terminal. It provides a list of views (buffers) +to differentiate between channels, users, and other messages. Each buffer has +its own input text while other relevant informations such as server and +nickname are always visible at the top. + +None of the CTCP specification has been (nor will be) implemented, which means +no DCC at all. In other words: direct chat and files sending are not available. +.SH OPTIONS +.TP +.B \-v +prints version informations +.TP +.B \-h host +hostname or IP of the IRC server (default: irc.freenode.org) +.TP +.B \-p port of the IRC server +the port (default: 6667) +.TP +.B \-n nick +the nickname (default: circo) +.TP +.B \-l file +log file (default: /tmp/circo.log) .SH AUTHORS See the LICENSE file for the authors. .SH LICENSE