circo

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

circo.1 (971B)


      1 .TH CIRCO 1 circo\-VERSION
      2 .SH NAME
      3 circo \- simple IRC client
      4 .SH SYNOPSIS
      5 .B circo
      6 .RB [ \-v ]
      7 .RB [ \-hpnl
      8 <arg> ]
      9 .SH DESCRIPTION
     10 .B circo
     11 is a small IRC client for the terminal. It provides a list of views (buffers)
     12 to differentiate between channels, users, and other messages. Each buffer has
     13 its own input text while other relevant informations such as server and
     14 nickname are always visible at the top.
     15 
     16 None of the CTCP specification has been (nor will be) implemented, which means
     17 no DCC at all. In other words: direct chat and files sending are not available.
     18 .SH OPTIONS
     19 .TP
     20 .B \-v
     21 prints version informations
     22 .TP
     23 .B \-h host
     24 hostname or IP of the IRC server (default: irc.freenode.org)
     25 .TP
     26 .B \-p port of the IRC server
     27 the port (default: 6667)
     28 .TP
     29 .B \-n nick
     30 the nickname (default: circo)
     31 .TP
     32 .B \-l file
     33 log file (default: /tmp/circo.log)
     34 .SH AUTHORS
     35 See the LICENSE file for the authors.
     36 .SH LICENSE
     37 See the LICENSE file for the terms of redistribution.