-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcirco.1
37 lines (36 loc) · 971 Bytes
/
circo.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.TH CIRCO 1 circo\-VERSION
.SH NAME
circo \- simple IRC client
.SH SYNOPSIS
.B circo
.RB [ \-v ]
.RB [ \-hpnl
<arg> ]
.SH DESCRIPTION
.B circo
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
See the LICENSE file for the terms of redistribution.