From ba0006ae95cf173b49aff9c92f27ebbc61b62c5b Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Thu, 26 Jan 2012 07:30:51 +0000 Subject: disable some odd channel counting stuff, print a message when it finds itself banned from a channel, and some preliminary code to detect netjoins --- meta.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'meta.pl') 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/; -- cgit v1.2.3