summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
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) {