diff options
| author | 2016-01-14 15:00:46 -0700 | |
|---|---|---|
| committer | 2016-01-14 15:00:46 -0700 | |
| commit | 5d92725043195ba4ad9831b3489d65738b794d29 (patch) | |
| tree | 64ba59b6c676f21f3ea9aa3572badda00626e811 /meta.pl | |
| parent | 8ff9ba40fcbfc00260466509c4cbb95d43f8b682 (diff) | |
Register services-processing handler inside the services module, rather than having it be called by the Event module
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,9 +132,9 @@ sub init { $conn->debugsock(1); } $::inspector = ASM::Inspect->new(); - $::services = ASM::Services->new(); $::event = ASM::Event->new($conn, $::inspector); $::commander = ASM::Commander->new($conn); + $::services = ASM::Services->new($conn); $::classes = ASM::Classes->new(); $::fifo = ASM::Fifo->new($irc, $conn); my @nickbl = io('nick_blacklist.txt')->getlines; |
