cio - chat input/output           https://git.kloet.net/cio/
============================================================

cio is a simple irc client, it requires the ncurses library
and openssl to compile.

cio is meant to be easily hackable; as a result, many IRC
commands of RFC 2812 do not have an explicit implementation.
*Most* users should not find this to be a problem as many of
IRC's commands are purely informative. All unimplemented
commands are printed to the server console with their
respective code and message.

Usage: cio [OPTIONS]

     OPTION                                    DEFAULT

    -n NICK     Sets the nick                  $IRCNICK
    -u USER     Sets the username              $USER
    -s SERVER   Server to connect to           irc.oftc.net
    -p PORT     Port to connect to             6697
    -l FILE     File to log recieved data
    -c FILE     File to load client cert from
    -T          Disable TLS
    -V          Disable TLS hostname check
    -h          Display help

A password sent to the server can be specified by setting
the environment variable $IRCPASS.
