summaryrefslogtreecommitdiff
path: root/modules/core/ns_help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/ns_help.cpp')
-rw-r--r--modules/core/ns_help.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ns_help.cpp b/modules/core/ns_help.cpp
index 61088d979..29a6bd1cd 100644
--- a/modules/core/ns_help.cpp
+++ b/modules/core/ns_help.cpp
@@ -66,10 +66,9 @@ class NSHelp : public Module
CommandNSHelp commandnshelp;
public:
- NSHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator)
+ NSHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE)
{
this->SetAuthor("Anope");
- this->SetType(CORE);
if (!nickserv)
throw ModuleException("NickServ is not loaded!");