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