diff options
author | B. Watson <yalhcru@gmail.com> | 2021-09-25 17:14:27 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:25 +0700 |
commit | 4b94d964b240024c718af011026ba52ff7d8a061 (patch) | |
tree | 8bb2e9804106399b7b7344a544d2663449a365ef /network/sic/README | |
parent | 4c6598c811f7088fd054bd96c2585785329a26da (diff) |
network/sic: Updated for version 1.2+20210506_058547e.
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 | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/network/sic/README b/network/sic/README index c4a96694d54bf..842025a1bf3bf 100644 --- a/network/sic/README +++ b/network/sic/README @@ -1,10 +1,18 @@ -sic (simple irc client) +sic (simple irc client from suckless.org) 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.: +You can control the build via environment variables: -# IRCHOST=chat.freenode.org IRCPORT=6668 ./sic.SlackBuild +IRCHOST - sets the default IRC server (default: irc.oftc.net). +IRCPORT - sets the default port (default: 6667). +SLASH - set SLASH=yes to change the command prefix from a colon (:) to + a slash (/), to make sic work more like other IRC clients. + +For even finer-grained control, you can copy config.def.h from the +sic source to config.h in the SlackBuild directory, and edit it before +building. + +If you want to apply any patches to the sic source, see patches/README +for instructions. |