diff options
Diffstat (limited to 'modules/commands/cs_clone.cpp')
-rw-r--r-- | modules/commands/cs_clone.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/cs_clone.cpp b/modules/commands/cs_clone.cpp index dff50f9ce..8a242c532 100644 --- a/modules/commands/cs_clone.cpp +++ b/modules/commands/cs_clone.cpp @@ -186,7 +186,6 @@ class CSClone : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandcsclone); } }; |