diff options
Diffstat (limited to 'modules/core/ms_help.cpp')
-rw-r--r-- | modules/core/ms_help.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/ms_help.cpp b/modules/core/ms_help.cpp index dcd5f4e03..598e8ffa1 100644 --- a/modules/core/ms_help.cpp +++ b/modules/core/ms_help.cpp @@ -54,10 +54,9 @@ class MSHelp : public Module CommandMSHelp commandmshelp; public: - MSHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + MSHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE) { this->SetAuthor("Anope"); - this->SetType(CORE); if (!memoserv) throw ModuleException("MemoServ is not loaded!"); |