diff options
author | B. Watson <yalhcru@gmail.com> | 2020-11-13 03:18:07 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-11-14 17:16:48 +0700 |
commit | 9ee8b6bf576d67407f991462c497eabef8e53079 (patch) | |
tree | d0e4070889699fdd7f837e46ab113694d93844c8 /network/sic/README | |
parent | 28817f974c587ca5a36f059deb868832f42238fb (diff) |
network/sic: New maintainer.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sic/README')
-rw-r--r-- | network/sic/README | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/network/sic/README b/network/sic/README index e721f1205d..c4a96694d5 100644 --- a/network/sic/README +++ b/network/sic/README @@ -1 +1,10 @@ -sic is an extremely simple IRC client. +sic (simple irc client) + +sic is an extremely simple IRC client. It consists of less than 250 +lines of code. + +The default host is "irc.oftc.net" and the default port is 6667. You +can change these by setting IRCHOST and/or IRCPORT in the script's +environment, e.g.: + +# IRCHOST=chat.freenode.org IRCPORT=6668 ./sic.SlackBuild |