diff options
Diffstat (limited to 'modules/commands/help.cpp')
-rw-r--r-- | modules/commands/help.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/help.cpp b/modules/commands/help.cpp index 071161fcd..3f1ac5a42 100644 --- a/modules/commands/help.cpp +++ b/modules/commands/help.cpp @@ -26,7 +26,7 @@ class CommandHelp : public Command return NULL; } - public: +public: CommandHelp(Module *creator) : Command(creator, "generic/help", 0) { this->SetDesc(_("Displays this list and give information about commands")); @@ -186,7 +186,7 @@ class Help : public Module { CommandHelp commandhelp; - public: +public: Help(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDOR), commandhelp(this) { |