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_knock.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/m_knock.cpp') diff --git a/src/modules/m_knock.cpp b/src/modules/m_knock.cpp index 97eb0e005..ef3b617cd 100644 --- a/src/modules/m_knock.cpp +++ b/src/modules/m_knock.cpp @@ -94,6 +94,10 @@ class ModuleKnock : public Module Knock kn; public: ModuleKnock() : cmd(this), kn(this) + { + } + + void init() { if (!ServerInstance->Modes->AddMode(&kn)) throw ModuleException("Could not add new modes!"); -- cgit v1.3.1-10-gc9f91