diff options
Diffstat (limited to 'modules/commands/cs_appendtopic.cpp')
-rw-r--r-- | modules/commands/cs_appendtopic.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/cs_appendtopic.cpp b/modules/commands/cs_appendtopic.cpp index 63fb0a785..bc4db7cba 100644 --- a/modules/commands/cs_appendtopic.cpp +++ b/modules/commands/cs_appendtopic.cpp @@ -110,7 +110,6 @@ class CSAppendTopic : public Module { this->SetAuthor("SGR"); - ModuleManager::RegisterService(&commandcsappendtopic); } }; |