summaryrefslogtreecommitdiff
path: root/src/core/ms_help.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ms_help.c')
-rw-r--r--src/core/ms_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_help.c b/src/core/ms_help.c
index d19daa3b0..ae26da622 100644
--- a/src/core/ms_help.c
+++ b/src/core/ms_help.c
@@ -23,7 +23,7 @@ class CommandMSHelp : public Command
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
}
- CommandReturn Execute(User *u, std::vector<ci::string> &params)
+ CommandReturn Execute(User *u, const std::vector<ci::string> &params)
{
mod_help_cmd(s_MemoServ, u, MEMOSERV, params[0].c_str());
return MOD_CONT;