diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-12-02 19:40:26 +0100 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-12-02 19:40:26 +0100 |
commit | fd20068a0bddf39b7464218997ccff37489608c9 (patch) | |
tree | 5222489b2316ced9d5f7e5f0b30ab23daa51e2d4 /src/modules/m_chanhistory.cpp | |
parent | 349106f3f9f75d7f957fc5d1e71ca650f4807bb9 (diff) |
Register a few extensions that weren't registered
Diffstat (limited to 'src/modules/m_chanhistory.cpp')
-rw-r--r-- | src/modules/m_chanhistory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_chanhistory.cpp b/src/modules/m_chanhistory.cpp index 8db4b2cf0..5cbc564fb 100644 --- a/src/modules/m_chanhistory.cpp +++ b/src/modules/m_chanhistory.cpp @@ -119,6 +119,7 @@ class ModuleChanHistory : public Module void init() { ServerInstance->Modules->AddService(m); + ServerInstance->Modules->AddService(m.ext); Implementation eventlist[] = { I_OnPostJoin, I_OnUserMessage, I_OnRehash }; ServerInstance->Modules->Attach(eventlist, this, sizeof(eventlist)/sizeof(Implementation)); |