diff options
| author | 2012-01-26 08:26:14 +0000 | |
|---|---|---|
| committer | 2012-01-26 08:26:14 +0000 | |
| commit | d07473ba85ec8ab030162e68244575f2c87e0389 (patch) | |
| tree | 8c142752204c09a79310f5ce0a526e879c0690f6 /meta.pl | |
| parent | ba0006ae95cf173b49aff9c92f27ebbc61b62c5b (diff) | |
Delete everything having to do with chanops priviledges, no one has ever used it
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -20,7 +20,7 @@ $::pass = ''; @::joinrate=(); #I really need to stop doing this shit BEGIN { -my @modules = qw/Util Xml Inspect Event Services Log Command Classes Actions Mysql OperQueue/; +my @modules = qw/Util Xml Inspect Event Services Log Command Classes Mysql/; require 'modules/' . lc $_ . '.pl' foreach @modules; } @@ -52,11 +52,9 @@ sub init { $conn->debug($debug); $::inspector = ASM::Inspect->new(); $::services = ASM::Services->new(); - $::oq = ASM::OperQueue->new(); $::commander = ASM::Commander->new(); $::event = ASM::Event->new($conn, $::inspector); $::classes = ASM::Classes->new(); - $::actions = ASM::Actions->new(); my @eline=io('exempt.txt')->getlines; chomp @eline; foreach my $item (@eline) { |
