summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta.pl b/meta.pl
index 44eb40f..8ee498d 100755
--- a/meta.pl
+++ b/meta.pl
@@ -27,6 +27,7 @@ use ASM::Log;
use ASM::Commander;
use ASM::Classes;
use ASM::DB;
+use ASM::Fifo;
$Data::Dumper::Useqq=1;
@@ -119,6 +120,7 @@ sub init {
$::commander = ASM::Commander->new();
ASM::Event->new($conn, $::inspector);
$::classes = ASM::Classes->new();
+ $::fifo = ASM::Fifo->new($irc, $conn);
my @strbl = io('string_blacklist.txt')->getlines;
chomp @strbl;
@::string_blacklist = @strbl;