From 1e746e7a64e2fd6bea88490d8cade020072e68a9 Mon Sep 17 00:00:00 2001 From: minskim Date: Mon, 17 May 2004 09:27:57 +0000 Subject: 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. --- chat/bitchbot/patches/patch-aa | 20 ++++++++++++++++++++ chat/bitchbot/patches/patch-ab | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 chat/bitchbot/patches/patch-aa create mode 100644 chat/bitchbot/patches/patch-ab (limited to 'chat/bitchbot/patches') 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 ++} -- cgit v1.2.3