From 2a85bdefca654241cc16939890236300516cfb0b Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Sat, 26 Dec 2015 20:23:48 -0700 Subject: Create a fifo, relay it into masterchan (awesome for git web hook, and for making dwfreed wonder how the bot is talking) --- meta.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta.pl') 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; -- cgit v1.2.3