diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-27 19:56:44 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-29 01:02:52 +0700 |
commit | c2ac841dcf3b5e7f2cb78aee62e9b662e2f1d2d4 (patch) | |
tree | 68d23f2fe83caa658eb5af2fac5936fa4eab1f66 /network/ircII/README | |
parent | 17d911717e0fc92df04c32b9d3c2f4fb1fd2b561 (diff) |
network/ircII: Added (IRC Client, Second Edition)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ircII/README')
-rw-r--r-- | network/ircII/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/ircII/README b/network/ircII/README new file mode 100644 index 0000000000..330bfe39e2 --- /dev/null +++ b/network/ircII/README @@ -0,0 +1,14 @@ +ircII (IRC Client, Second Edition) + +ircII is a full screen, curses-based interface to Internet Relay +Chat. It gives full access to all of the normal IRC functions, plus a +variety of additional options. + +ircII is the oldest IRC client still maintained. + +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. |