diff options
Diffstat (limited to 'modules/commands/cs_topic.cpp')
-rw-r--r-- | modules/commands/cs_topic.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/cs_topic.cpp b/modules/commands/cs_topic.cpp index 49f6e8a13..a55c969f7 100644 --- a/modules/commands/cs_topic.cpp +++ b/modules/commands/cs_topic.cpp @@ -77,7 +77,6 @@ class CSTopic : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandcstopic); } }; |