From ac7defcd3e52695dcf5e5150e9fe3e1624205e64 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Sat, 13 Oct 2012 03:12:29 +0200 Subject: Attach to events and register services in init() --- src/modules/m_delaymsg.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/m_delaymsg.cpp') diff --git a/src/modules/m_delaymsg.cpp b/src/modules/m_delaymsg.cpp index 1a0734ed9..63da04a63 100644 --- a/src/modules/m_delaymsg.cpp +++ b/src/modules/m_delaymsg.cpp @@ -45,6 +45,10 @@ class ModuleDelayMsg : public Module DelayMsgMode djm; public: ModuleDelayMsg() : djm(this) + { + } + + void init() { if (!ServerInstance->Modes->AddMode(&djm)) throw ModuleException("Could not add new modes!"); -- cgit v1.2.3