diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-26 01:27:51 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:26 +0700 |
commit | 201397b12bc8bfb9c1347b2d4e8c9155536a9b59 (patch) | |
tree | d6b4b1f7622dc4bf4998618848bc13f66cf5e518 /network/tinyirc/README | |
parent | 3b765199ac6b5f1b2bf75d0ca82ea773448cb2cc (diff) |
network/tinyirc: Change default server.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/tinyirc/README')
-rw-r--r-- | network/tinyirc/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/network/tinyirc/README b/network/tinyirc/README index 47008dec66..98b30dab40 100644 --- a/network/tinyirc/README +++ b/network/tinyirc/README @@ -6,5 +6,6 @@ it have any color, but it works, and it's tiny. It's a bare bones IRC client which has no editing capabilities other than backspace to correct typing. -This SlackBuild sets the default IRC server to chat.freenode.org, when -tinyirc is run without a server argument. +This SlackBuild sets the default IRC server to irc.libera.chat, port +6667, when tinyirc is run without a server argument. However, you can +change this by setting SERVER and/or PORT in the environment. |