summaryrefslogtreecommitdiff
path: root/src/core/hs_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hs_help.c')
-rw-r--r--src/core/hs_help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hs_help.c b/src/core/hs_help.c
index ca1f689ae..13b5e544f 100644
--- a/src/core/hs_help.c
+++ b/src/core/hs_help.c
@@ -23,9 +23,9 @@ class CommandHSHelp : public Command
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
}
- CommandReturn Execute(User *u, std::vector<std::string> &params)
+ CommandReturn Execute(User *u, std::vector<ci::string> &params)
{
- mod_help_cmd(s_HostServ, u, HOSTSERV, params.size() > 0 ? params[0].c_str() : NULL);
+ mod_help_cmd(s_HostServ, u, HOSTSERV, params[0].c_str());
return MOD_CONT;
}