diff options
Diffstat (limited to 'modules/commands/bs_bot.cpp')
-rw-r--r-- | modules/commands/bs_bot.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/bs_bot.cpp b/modules/commands/bs_bot.cpp index e4f88856f..3f6ee872a 100644 --- a/modules/commands/bs_bot.cpp +++ b/modules/commands/bs_bot.cpp @@ -407,7 +407,6 @@ class BSBot : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandbsbot); } }; |