From 3790452619828dc2c5d27c13eeec7b67b3fe6eff Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Thu, 26 Jul 2007 00:46:31 +0000 Subject: new commands like ;help, code optimizations, bugfixes, colors in the messages, and more\! --- meta.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'meta.pl') diff --git a/meta.pl b/meta.pl index 61f97ff..31059f8 100755 --- a/meta.pl +++ b/meta.pl @@ -54,6 +54,7 @@ sub init { $::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) { -- cgit v1.2.3