diff options
Diffstat (limited to 'modules/core/gl_help.cpp')
-rw-r--r-- | modules/core/gl_help.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/gl_help.cpp b/modules/core/gl_help.cpp index ea67a8efc..e44c4797e 100644 --- a/modules/core/gl_help.cpp +++ b/modules/core/gl_help.cpp @@ -43,10 +43,9 @@ class GLHelp : public Module CommandGLHelp commandoshelp; public: - GLHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + GLHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE) { this->SetAuthor("Anope"); - this->SetType(CORE); if (!global) throw ModuleException("Global is not loaded!"); |