diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-14 00:07:42 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:24 +0700 |
commit | 901d10e94874d539c6f5b21523789a5e2343b0a9 (patch) | |
tree | a0cbb4e9775ece61b013b3c50e51146d85543ec3 /network/ircII/README | |
parent | ee5489e7ef85645b40c47b57d803c4ffe4f6c62f (diff) |
network/ircII: Updated for version 20210616_2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ircII/README')
-rw-r--r-- | network/ircII/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/ircII/README b/network/ircII/README index 330bfe39e2ea..f2d2f4add4fc 100644 --- a/network/ircII/README +++ b/network/ircII/README @@ -6,9 +6,20 @@ variety of additional options. ircII is the oldest IRC client still maintained. +ircII has extensive built-in help, accessed by the /help command. If +you'd rather read the help in a browser, it's also available as: + +file:///usr/doc/ircII-20210616_2/html/index.html + By default, this SlackBuild sets the default IRC server to "SSLIRC/chat.freenode.org:6697". This only applies with ircII is run without a server argument on the command line. You can change the default server by setting the DEFSRV environment variable to the host:port (with optional SSLIRC/ prefix for a secure connection), or compile without a default server with DEFSRV=none. + +Optionally, ircII can be compiled with 'paranoid mode'. This stops +ircII from including the ircII version or realname/username in CTCP +VERSION and FINGER responses. It also stops ircII from responding to +channel-wide CTCP requests entirely. To do this, export PARANOID=yes +in the script's environment. |