summaryrefslogtreecommitdiff
path: root/modules/core/cs_help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/cs_help.cpp')
-rw-r--r--modules/core/cs_help.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/cs_help.cpp b/modules/core/cs_help.cpp
index aff4c5165..b2ff5e496 100644
--- a/modules/core/cs_help.cpp
+++ b/modules/core/cs_help.cpp
@@ -62,10 +62,9 @@ class CSHelp : public Module
CommandCSHelp commandcshelp;
public:
- CSHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ CSHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE)
{
this->SetAuthor("Anope");
- this->SetType(CORE);
if (!chanserv)
throw ModuleException("ChanServ is not loaded!");