nio

a simple irc client
Download | Log | Files | Refs | README

README (771B)


      1 Nio                               https://git.kloet.net/nio
      2 ===========================================================
      3 
      4 This is a simple irc client, it requires the ncurses
      5 library to compile.
      6 
      7 Usage: nio [OPTIONS]
      8 
      9      OPTION                                   DEFAULT
     10 
     11     -n NICK     Sets the nick                 $IRCNICK
     12     -u USER     Sets the username             $USER
     13     -s SERVER   Server to connect to          irc.oftc.net
     14     -p PORT     Port to connect to            6697
     15     -l FILE     File to log recieved data
     16     -c FILE     File to load client cert from
     17     -T          Disable TLS
     18     -V          Disable TLS hostname check
     19     -h          Display help
     20 
     21 A password sent to the server can be specified by setting
     22 the environment variable $IRCPASS.