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