diff options
Diffstat (limited to 'src/core/ms_check.c')
-rw-r--r-- | src/core/ms_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_check.c b/src/core/ms_check.c index cfb331709..cdb6944d7 100644 --- a/src/core/ms_check.c +++ b/src/core/ms_check.c @@ -76,7 +76,7 @@ class CommandMSCheck : public Command return MOD_CONT; } - bool OnHelp(User *u, const std::string &subcommand) + bool OnHelp(User *u, const ci::string &subcommand) { notice_help(s_MemoServ, u, MEMO_HELP_CHECK); return true; |