diff options
Diffstat (limited to 'src/modules/m_helpop.cpp')
-rw-r--r-- | src/modules/m_helpop.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/modules/m_helpop.cpp b/src/modules/m_helpop.cpp index 6259636ce..f316d42d1 100644 --- a/src/modules/m_helpop.cpp +++ b/src/modules/m_helpop.cpp @@ -106,12 +106,6 @@ class ModuleHelpop : public Module { } - void init() CXX11_OVERRIDE - { - ServerInstance->Modules->AddService(ho); - ServerInstance->Modules->AddService(cmd); - } - void ReadConfig(ConfigStatus& status) CXX11_OVERRIDE { helpop_map.clear(); |