summaryrefslogtreecommitdiff
path: root/src/core/he_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/he_help.c')
-rw-r--r--src/core/he_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/he_help.c b/src/core/he_help.c
index 5b3f4a129..c4411e711 100644
--- a/src/core/he_help.c
+++ b/src/core/he_help.c
@@ -22,7 +22,7 @@ class CommandHEHelp : public Command
{
}
- CommandResult Execute(User *u, std::vector<std::string> &params)
+ CommandReturn Execute(User *u, std::vector<std::string> &params)
{
mod_help_cmd(s_HelpServ, u, HELPSERV, params[0].c_str());
return MOD_CONT;