From 4c4cb98772f35fac0ef4225066ddf71d75a3d0ff Mon Sep 17 00:00:00 2001 From: Matthew Hunt Date: Thu, 7 May 1998 05:20:22 +0000 Subject: Import of sirc, Yet Another IRC Client. (Is this the "net" equivalent of Minesweeper in "games"?) This one is written in Perl, so it is convenient for people who would like to script in Perl. PR: 6535 Submitted by: Studded@dal.net --- irc/sirc/files/patch-aa | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 irc/sirc/files/patch-aa (limited to 'irc/sirc/files/patch-aa') diff --git a/irc/sirc/files/patch-aa b/irc/sirc/files/patch-aa new file mode 100644 index 000000000000..0f9eb2066b57 --- /dev/null +++ b/irc/sirc/files/patch-aa @@ -0,0 +1,16 @@ +--- sirc-proto Tue May 5 00:23:11 1998 ++++ sirc-proto Tue May 5 00:32:45 1998 +@@ -3,6 +3,13 @@ + PREFIX= + SIRCLIB=${PREFIX}/libexec/sirc ; export SIRCLIB + ++# See README.socks in SIRCLIB for more details ++SOCKS_SERVER= ; export SOCKS_SERVER ++# 1080 is the default ++SOCKS_PORT=1080; export SOCKS_PORT ++# Uncomment only if you have no access to a name server ++#SOCKS_DNS=1; export SOCKS_DNS ++ + if test -z "$SIRCSERVER" && test -z "$IRCSERVER" + then + SIRCSERVER="irc.dal.net" -- cgit v1.2.3