diff options
Diffstat (limited to 'modules/commands/cs_set_restricted.cpp')
-rw-r--r-- | modules/commands/cs_set_restricted.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/commands/cs_set_restricted.cpp b/modules/commands/cs_set_restricted.cpp index b37ae8de4..bc04297f1 100644 --- a/modules/commands/cs_set_restricted.cpp +++ b/modules/commands/cs_set_restricted.cpp @@ -83,8 +83,6 @@ class CSSetRestricted : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandcssetrestricted); - ModuleManager::RegisterService(&commandcssasetrestricted); } }; |