diff options
| author | 2015-12-26 20:23:48 -0700 | |
|---|---|---|
| committer | 2015-12-26 20:23:48 -0700 | |
| commit | 2a85bdefca654241cc16939890236300516cfb0b (patch) | |
| tree | 2f036fd7eb5eec42633b73a14f0b0af629b86ea4 /meta.pl | |
| parent | 786e5f91e16bc3a709ef06d0ffa1808bd92a6451 (diff) | |
Create a fifo, relay it into masterchan (awesome for git web hook, and for making dwfreed wonder how the bot is talking)
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |
