diff options
Diffstat (limited to 'modules/commands/cs_ban.cpp')
-rw-r--r-- | modules/commands/cs_ban.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/cs_ban.cpp b/modules/commands/cs_ban.cpp index de506e3fe..0aae3f9bd 100644 --- a/modules/commands/cs_ban.cpp +++ b/modules/commands/cs_ban.cpp @@ -102,7 +102,6 @@ class CSBan : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandcsban); } }; |