diff options
| author | 2012-01-26 07:30:51 +0000 | |
|---|---|---|
| committer | 2012-01-26 07:30:51 +0000 | |
| commit | ba0006ae95cf173b49aff9c92f27ebbc61b62c5b (patch) | |
| tree | 1fae80002c913d64fda34196dd14d6504111e20a /meta.pl | |
| parent | da97c860482c204dc9de7adea69954fd3d624581 (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-x | meta.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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/; |
