diff options
Diffstat (limited to 'modules/commands/cs_set.cpp')
-rw-r--r-- | modules/commands/cs_set.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/cs_set.cpp b/modules/commands/cs_set.cpp index 65719ce91..d2bb3464a 100644 --- a/modules/commands/cs_set.cpp +++ b/modules/commands/cs_set.cpp @@ -67,7 +67,6 @@ class CSSet : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandcsset); } }; |