summaryrefslogtreecommitdiff
path: root/modules/core/hs_help.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/core/hs_help.cpp')
-rw-r--r--modules/core/hs_help.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core/hs_help.cpp b/modules/core/hs_help.cpp
index 45d4d2314..e2f49a3e7 100644
--- a/modules/core/hs_help.cpp
+++ b/modules/core/hs_help.cpp
@@ -21,9 +21,9 @@ class CommandHSHelp : public Command
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
}
- CommandReturn Execute(User *u, const std::vector<Anope::string> &params)
+ CommandReturn Execute(CommandSource &source, const std::vector<Anope::string> &params)
{
- mod_help_cmd(HostServ, u, params[0]);
+ mod_help_cmd(HostServ, source.u, params[0]);
return MOD_CONT;
}