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_namesx.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/modules/m_namesx.cpp') diff --git a/src/modules/m_namesx.cpp b/src/modules/m_namesx.cpp index e2b3efce3..15f6d44a6 100644 --- a/src/modules/m_namesx.cpp +++ b/src/modules/m_namesx.cpp @@ -30,6 +30,10 @@ class ModuleNamesX : public Module public: GenericCap cap; ModuleNamesX() : cap(this, "multi-prefix") + { + } + + void init() { Implementation eventlist[] = { I_OnPreCommand, I_OnNamesListItem, I_On005Numeric, I_OnEvent, I_OnSendWhoLine }; ServerInstance->Modules->Attach(eventlist, this, 5); -- cgit v1.3.1-10-gc9f91