diff options
Diffstat (limited to 'modules/commands/ns_set_kill.cpp')
-rw-r--r-- | modules/commands/ns_set_kill.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/commands/ns_set_kill.cpp b/modules/commands/ns_set_kill.cpp index f57a93893..ed15d57f4 100644 --- a/modules/commands/ns_set_kill.cpp +++ b/modules/commands/ns_set_kill.cpp @@ -141,8 +141,6 @@ class NSSetKill : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandnssetkill); - ModuleManager::RegisterService(&commandnssasetkill); } }; |