From 415482f65cfc9d530a49ecd021da40ee8e14336c Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Wed, 26 Aug 2020 09:12:18 -0400 Subject: Update README --- README | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README b/README index fefd7d0..ee7f5f5 100644 --- a/README +++ b/README @@ -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 ---------- -- cgit v1.2.3