diff options
Diffstat (limited to 'modules/commands/ns_drop.cpp')
-rw-r--r-- | modules/commands/ns_drop.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/ns_drop.cpp b/modules/commands/ns_drop.cpp index 7960652ff..84e72c3cc 100644 --- a/modules/commands/ns_drop.cpp +++ b/modules/commands/ns_drop.cpp @@ -123,7 +123,6 @@ class NSDrop : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandnsdrop); } }; |