summaryrefslogtreecommitdiff
path: root/src/core/cs_identify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_identify.c')
-rw-r--r--src/core/cs_identify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_identify.c b/src/core/cs_identify.c
index 14de4134a..621446703 100644
--- a/src/core/cs_identify.c
+++ b/src/core/cs_identify.c
@@ -73,7 +73,7 @@ class CommandCSIdentify : 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_HELP_IDENTIFY);
return true;