diff options
Diffstat (limited to 'modules/commands/hs_on.cpp')
-rw-r--r-- | modules/commands/hs_on.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/commands/hs_on.cpp b/modules/commands/hs_on.cpp index 0ba124ba1..c4f22d64c 100644 --- a/modules/commands/hs_on.cpp +++ b/modules/commands/hs_on.cpp @@ -70,7 +70,6 @@ class HSOn : public Module { this->SetAuthor("Anope"); - ModuleManager::RegisterService(&commandhson); } }; |