diff options
author | mcpcpc <michaelczigler@icloud.com> | 2020-08-21 07:01:15 -0400 |
---|---|---|
committer | mcpcpc <michaelczigler@icloud.com> | 2020-08-21 07:01:15 -0400 |
commit | 189bc5f3d462bf94b8357272b2c00a587f81a2ae (patch) | |
tree | 08cdd45114156ff8ff59964871b75ae14da073d4 /README | |
parent | eliminated nested while loops (diff) | |
download | kirc-189bc5f3d462bf94b8357272b2c00a587f81a2ae.tar.gz kirc-189bc5f3d462bf94b8357272b2c00a587f81a2ae.tar.bz2 kirc-189bc5f3d462bf94b8357272b2c00a587f81a2ae.tar.xz kirc-189bc5f3d462bf94b8357272b2c00a587f81a2ae.tar.zst kirc-189bc5f3d462bf94b8357272b2c00a587f81a2ae.zip |
add -o argument option for irc chat logging
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,7 @@ BACKGROUND ---------- After having tried multiple IRC clients, I decided to develope my own. The -result is a portable <250 sloc application that has no dependencies other +result is a portable <300 sloc application that has no dependencies other than a C99 compiler. @@ -51,7 +51,7 @@ USAGE ----- usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] -[-u username] [-k password] [-w columns] [-W columns] [-v|V] +[-u username] [-k password] [-w columns] [-W columns] [-o path] [-v|V] -s server address (default: 'irc.freenode.org') -p server port (default: '6667') -c channel name (default: '#kisslinux') @@ -61,6 +61,7 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] -r real name (optional) -v version information -V verbose output (e.g. raw stream) +-o output path to log irc stream -w maximum width of the printed left column (default: '10') -W maximum width of the entire printed stream (default '80') |