X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fm_namesx.cpp;h=15f6d44a681b0e14f4ea2849d3df3df587421210;hb=ac7defcd3e52695dcf5e5150e9fe3e1624205e64;hp=e2b3efce391ed83ef13105ff432ea6242481ba68;hpb=6dd61235fc8cb67ba9919b84be42c966b7273fac;p=user%2Fhenk%2Fcode%2Finspircd.git 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);