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_deaf.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/modules/m_deaf.cpp') diff --git a/src/modules/m_deaf.cpp b/src/modules/m_deaf.cpp index 958abcdd4..45a53491c 100644 --- a/src/modules/m_deaf.cpp +++ b/src/modules/m_deaf.cpp @@ -63,6 +63,10 @@ class ModuleDeaf : public Module public: ModuleDeaf() : m1(this) + { + } + + void init() { if (!ServerInstance->Modes->AddMode(&m1)) throw ModuleException("Could not add new modes!"); @@ -72,7 +76,6 @@ class ModuleDeaf : public Module ServerInstance->Modules->Attach(eventlist, this, 3); } - virtual void OnRehash(User* user) { ConfigTag* tag = ServerInstance->Config->ConfValue("deaf"); -- cgit v1.3.1-10-gc9f91