summaryrefslogtreecommitdiff
path: root/chat/bitchbot/patches
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-17 09:27:57 +0000
committerminskim <minskim>2004-05-17 09:27:57 +0000
commit1e746e7a64e2fd6bea88490d8cade020072e68a9 (patch)
tree5b70b5fb014d0359124446d47f4bd274ef7fc421 /chat/bitchbot/patches
parent9caeb40c09dd8ae418499c3a8ef6f7e497ea34c1 (diff)
downloadpkgsrc-1e746e7a64e2fd6bea88490d8cade020072e68a9.tar.gz
Import bitchbot from pkgsrc-wip. Packaged by Adrian Portelli.
Bitchbot is a GPL'ed perl-based IRC bot coded mainly for #gloom on irc.edgeirc.net. The bot has a wide variety of useful and useless features, to name a few: * factoids (bits of information about things) * Game server query support for all popular FPS titles (using qstat, www.qstat.org) * Message system for leaving short notes for people who are offline. * Configurable access list to allow users to manipulate certain features. * Channel operator commands (limited use; bitchbot wasn't designed to be a chanbot) * Last seen nickname to find out when a user was last on the channel. * Vote and poll on user defined topics. * Channel statistics (if your server can handle the horrible memory leaks) * Support for the cyborgizer and techifier toys from www.brunching.com. * A ton of other stuff you'll find from looking at the command reference.
Diffstat (limited to 'chat/bitchbot/patches')
-rw-r--r--chat/bitchbot/patches/patch-aa20
-rw-r--r--chat/bitchbot/patches/patch-ab20
2 files changed, 40 insertions, 0 deletions
diff --git a/chat/bitchbot/patches/patch-aa b/chat/bitchbot/patches/patch-aa
new file mode 100644
index 00000000000..3a6c4707aaa
--- /dev/null
+++ b/chat/bitchbot/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/05/17 09:27:57 minskim Exp $
+
+--- bitch.conf.template.orig Tue Oct 14 21:43:47 2003
++++ bitch.conf.template Tue Oct 14 21:44:13 2003
+@@ -230,7 +230,7 @@
+ #------------
+ #max number of nicks on chanstats page
+ #------------
+-$statsmax = 100;
++$maxstats = 100;
+
+ #---------------
+ #average the stats or include EVERYONE (1 or 0)
+@@ -306,4 +306,4 @@
+ #--------
+ $uploadname = 'index.html';
+
+-1;
+\ No newline at end of file
++1;
diff --git a/chat/bitchbot/patches/patch-ab b/chat/bitchbot/patches/patch-ab
new file mode 100644
index 00000000000..43f61c3d403
--- /dev/null
+++ b/chat/bitchbot/patches/patch-ab
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1.1.1 2004/05/17 09:27:57 minskim Exp $
+
+--- bitch.pl.orig Tue Oct 14 21:52:52 2003
++++ bitch.pl Tue Oct 14 21:54:17 2003
+@@ -182,7 +182,7 @@
+ $mfail = "[FAILED]";
+ $mok = "[ OK ]";
+ } else {
+- $win321 = './';
++ $win321 = '@PKG_SYSCONFDIR@/';
+ $mfail = "[FAILED]";
+ $mok = "[ OK ]";
+ }
+@@ -4571,4 +4571,4 @@
+ }
+
+ print CHATLOG time() . "\001$action\001$nickname\001$text\n";
+-}
+\ No newline at end of file
++}