summaryrefslogtreecommitdiff
path: root/src/core/cs_status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_status.c')
-rw-r--r--src/core/cs_status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_status.c b/src/core/cs_status.c
index fdebc2b7f..80cd223d6 100644
--- a/src/core/cs_status.c
+++ b/src/core/cs_status.c
@@ -46,7 +46,7 @@ class CommandCSStatus : public Command
return MOD_CONT;
}
- bool OnHelp(User *u, const std::string &subcommand)
+ bool OnHelp(User *u, const ci::string &subcommand)
{
notice_help(s_ChanServ, u, CHAN_SERVADMIN_HELP_STATUS);
return true;