summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2012-01-26 07:30:51 +0000
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2012-01-26 07:30:51 +0000
commitba0006ae95cf173b49aff9c92f27ebbc61b62c5b (patch)
tree1fae80002c913d64fda34196dd14d6504111e20a /meta.pl
parentda97c860482c204dc9de7adea69954fd3d624581 (diff)
disable some odd channel counting stuff, print a message when it finds itself banned from a channel, and some preliminary code to detect netjoins
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.pl b/meta.pl
index 14c6f00..f78a9bf 100755
--- a/meta.pl
+++ b/meta.pl
@@ -17,6 +17,7 @@ use Getopt::Long;
%::eline=();
$::pass = '';
@::string_blacklist=();
+@::joinrate=(); #I really need to stop doing this shit
BEGIN {
my @modules = qw/Util Xml Inspect Event Services Log Command Classes Actions Mysql OperQueue/;