summaryrefslogtreecommitdiff
path: root/src/modules/m_deaf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_deaf.cpp')
-rw-r--r--src/modules/m_deaf.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_deaf.cpp b/src/modules/m_deaf.cpp
index 8e4378ef3..f08a32d1c 100644
--- a/src/modules/m_deaf.cpp
+++ b/src/modules/m_deaf.cpp
@@ -68,10 +68,6 @@ class ModuleDeaf : public Module
ServerInstance->Modules->Attach(eventlist, this, 4);
}
- void Implements(char* List)
- {
- List[I_OnUserPreMessage] = List[I_OnUserPreNotice] = List[I_OnRehash] = List[I_OnBuildExemptList] = 1;
- }
virtual void OnRehash(User* user, const std::string&)
{