summaryrefslogtreecommitdiff
path: root/modules/core/hs_help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/hs_help.cpp')
-rw-r--r--modules/core/hs_help.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/hs_help.cpp b/modules/core/hs_help.cpp
index 53b40ef89..3cd221e10 100644
--- a/modules/core/hs_help.cpp
+++ b/modules/core/hs_help.cpp
@@ -44,10 +44,9 @@ class HSHelp : public Module
CommandHSHelp commandhshelp;
public:
- HSHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ HSHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE)
{
this->SetAuthor("Anope");
- this->SetType(CORE);
if (!hostserv)
throw ModuleException("HostServ is not loaded!");