diff options
Diffstat (limited to 'src/core/hs_help.c')
-rw-r--r-- | src/core/hs_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hs_help.c b/src/core/hs_help.c index 24d3946c8..aa33e217b 100644 --- a/src/core/hs_help.c +++ b/src/core/hs_help.c @@ -23,7 +23,7 @@ class CommandHSHelp : public Command this->SetFlag(CFLAG_ALLOW_UNREGISTERED); } - CommandReturn Execute(User *u, std::vector<ci::string> ¶ms) + CommandReturn Execute(User *u, const std::vector<ci::string> ¶ms) { mod_help_cmd(s_HostServ, u, HOSTSERV, params[0].c_str()); return MOD_CONT; |