diff options
author | mcpcpc <michaelczigler@icloud.com> | 2020-08-10 07:18:23 -0400 |
---|---|---|
committer | mcpcpc <michaelczigler@icloud.com> | 2020-08-11 22:26:05 -0400 |
commit | 5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e (patch) | |
tree | 8a6684a94f6e2da78e8e84443840985c8b629104 /README | |
parent | fixed child process u[BUFF] to u[CMAX] (diff) | |
download | kirc-5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e.tar.gz kirc-5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e.tar.bz2 kirc-5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e.tar.xz kirc-5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e.tar.zst kirc-5e54e4f51dbb781ae5cb7c57b20affde3dbe1e9e.zip |
possible fix for garbage printing with ':m'
README: fix usage for password
2nd attempt to fix garbage printing
fix typo
2nd fix cleanup guard against accidental WAIT_SIG read
move WAIT_SIG check after garbage cleanup
experiment with disabling echo
update
update
update
enable backspace in stdin from virtual terminal
update
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,6 +50,6 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-k password] [-v|V] -p server port (default: '6667') -c channel name (default: '#kisslinux') -n user nickname --n user password +-k user password -v version information -V verbose output (e.g. raw stream) |