diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-08-26 09:12:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-26 09:12:18 -0400 |
commit | 415482f65cfc9d530a49ecd021da40ee8e14336c (patch) | |
tree | 71b3b0431fd012227805ab41c6ac3e32bdb99674 /README | |
parent | cleanup format (diff) | |
download | kirc-415482f65cfc9d530a49ecd021da40ee8e14336c.tar.gz kirc-415482f65cfc9d530a49ecd021da40ee8e14336c.tar.bz2 kirc-415482f65cfc9d530a49ecd021da40ee8e14336c.tar.xz kirc-415482f65cfc9d530a49ecd021da40ee8e14336c.tar.zst kirc-415482f65cfc9d530a49ecd021da40ee8e14336c.zip |
Update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -66,23 +66,6 @@ usage: kirc [-s hostname] [-p port] [-c channel] [-n nick] [-r real name] -W maximum width of the entire printed stream (default '80') -CUSTOMIZATION -------------- - -- Regarding the behavior of the '-W' and '-w' arguments, these are intended to - allow the user to customize the "look abd feel" of the IRC stream. By fault, - kirc will only print the first 10 characters (as defined by the '-w' argument) - of any given nick. this also sets the maximum character and word wrapping - width of the printed message. For example, any printed character or word - exceeding the defined '-W' argument will automatically be printed to a new - line, offset by '-w' plus 2 characters (which are the ":" and " " printed - after the nick in the left column). Therefore, assuming that the default - values are being used, an IRC message could never exceed 80 printed characters - before word wrapping. -- In order to connect to an IRC server, a nickname must be specified. Server - username (-u), password (-k) and real name (-r) are optional. - - REFERENCES ---------- |