diff options
Diffstat (limited to 'modules/core/bs_help.cpp')
-rw-r--r-- | modules/core/bs_help.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/core/bs_help.cpp b/modules/core/bs_help.cpp index eafa5b44e..953c5f37e 100644 --- a/modules/core/bs_help.cpp +++ b/modules/core/bs_help.cpp @@ -58,10 +58,9 @@ class BSHelp : public Module CommandBSHelp commandbshelp; public: - BSHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator) + BSHelp(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE) { this->SetAuthor("Anope"); - this->SetType(CORE); if (!botserv) throw ModuleException("BotServ is not loaded!"); |