diff options
Diffstat (limited to 'modules/commands/ms_read.cpp')
-rw-r--r-- | modules/commands/ms_read.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/ms_read.cpp b/modules/commands/ms_read.cpp index 1221c5cc2..87a5cb648 100644 --- a/modules/commands/ms_read.cpp +++ b/modules/commands/ms_read.cpp @@ -189,7 +189,6 @@ class MSRead : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandmsread); } }; |