diff options
Diffstat (limited to 'modules/commands/ms_staff.cpp')
-rw-r--r-- | modules/commands/ms_staff.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/ms_staff.cpp b/modules/commands/ms_staff.cpp index 6264dbea4..090f67cfc 100644 --- a/modules/commands/ms_staff.cpp +++ b/modules/commands/ms_staff.cpp @@ -64,7 +64,6 @@ class MSStaff : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandmsstaff); } }; |