summaryrefslogtreecommitdiff
path: root/src/modules/m_servprotect.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_servprotect.cpp')
-rw-r--r--src/modules/m_servprotect.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/m_servprotect.cpp b/src/modules/m_servprotect.cpp
index 6651f5362..a33b05c38 100644
--- a/src/modules/m_servprotect.cpp
+++ b/src/modules/m_servprotect.cpp
@@ -48,6 +48,8 @@ class ModuleServProtectMode : public Module
bm = new ServProtectMode(ServerInstance);
if (!ServerInstance->AddMode(bm))
throw ModuleException("Could not add new modes!");
+ Implementation eventlist[] = { I_OnWhois, I_OnKill, I_OnWhoisLine };
+ ServerInstance->Modules->Attach(eventlist, this, 3);
}
void Implements(char* List)