diff options
| author | 2016-01-14 15:30:39 -0700 | |
|---|---|---|
| committer | 2016-01-14 15:30:39 -0700 | |
| commit | 037bc83e73761411214d3963c3c17c77a853dd11 (patch) | |
| tree | b7666fad1753c43cb46029ea27f15fa6f01dfa4e /meta.pl | |
| parent | 5d92725043195ba4ad9831b3489d65738b794d29 (diff) | |
Move Statsp-logging stuff from Event.pm into a separate module
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,8 @@ use ASM::Commander; use ASM::Classes; use ASM::DB; use ASM::Fifo; +use ASM::Statsp; + no if $] >= 5.017011, warnings => 'experimental::smartmatch'; $|++; @@ -135,6 +137,7 @@ sub init { $::event = ASM::Event->new($conn, $::inspector); $::commander = ASM::Commander->new($conn); $::services = ASM::Services->new($conn); + ASM::Statsp->new($conn); $::classes = ASM::Classes->new(); $::fifo = ASM::Fifo->new($irc, $conn); my @nickbl = io('nick_blacklist.txt')->getlines; |
