diff options
Diffstat (limited to 'src/modules/m_operlog.cpp')
-rw-r--r-- | src/modules/m_operlog.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_operlog.cpp b/src/modules/m_operlog.cpp index f537aa9d8..8dc39691e 100644 --- a/src/modules/m_operlog.cpp +++ b/src/modules/m_operlog.cpp @@ -36,10 +36,6 @@ class ModuleOperLog : public Module return Version(1,1,0,0,VF_VENDOR,API_VERSION); } - void Implements(char* List) - { - List[I_OnPreCommand] = List[I_On005Numeric] = 1; - } virtual int OnPreCommand(const std::string &command, const char** parameters, int pcnt, User *user, bool validated, const std::string &original_line) { |