diff options
Diffstat (limited to 'src/modules/m_botmode.cpp')
-rw-r--r-- | src/modules/m_botmode.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index 7c2794789..370228488 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -38,11 +38,6 @@ class ModuleBotMode : public Module { } - void init() CXX11_OVERRIDE - { - ServerInstance->Modules->AddService(bm); - } - Version GetVersion() CXX11_OVERRIDE { return Version("Provides user mode +B to mark the user as a bot",VF_VENDOR); |