diff options
Diffstat (limited to 'modules/commands/help.cpp')
-rw-r--r-- | modules/commands/help.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/commands/help.cpp b/modules/commands/help.cpp index fcac6863c..a55af89ff 100644 --- a/modules/commands/help.cpp +++ b/modules/commands/help.cpp @@ -196,10 +196,9 @@ class Help : public Module CommandHelp commandhelp; public: - Help(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, CORE), + Help(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), commandhelp(this) { - this->SetAuthor("Anope"); } }; |