summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2012-01-26 08:26:14 +0000
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2012-01-26 08:26:14 +0000
commitd07473ba85ec8ab030162e68244575f2c87e0389 (patch)
tree8c142752204c09a79310f5ce0a526e879c0690f6 /meta.pl
parentba0006ae95cf173b49aff9c92f27ebbc61b62c5b (diff)
Delete everything having to do with chanops priviledges, no one has ever used it
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta.pl b/meta.pl
index f78a9bf..94e9aef 100755
--- a/meta.pl
+++ b/meta.pl
@@ -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) {