nio

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

commit fc8dace4aea8aff10954440280f8157c97685ae0
parent 402e1386334d70264a91e424cd43286658279bf9
Author: Andrew Kloet <andrew@kloet.net>
Date:   Sun, 29 Mar 2026 16:10:09 -0400

update README

Diffstat:
MREADME | 20+++++++++++---------
1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/README b/README @@ -1,19 +1,21 @@ -IRC client https://c9x.me/irc/ +Nio https://git.kloet.net/nio =========================================================== This is a simple irc client, it requires the ncurses library to compile. -Usage: irc [OPTIONS] +Usage: nio [OPTIONS] - OPTION DEFAULT + 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 6667 - -l FILE File to log recieved data - -t Use a secured connection + -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