diff options
Diffstat (limited to 'src/core/cs_clear.c')
-rw-r--r-- | src/core/cs_clear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_clear.c b/src/core/cs_clear.c index e7e54867f..6aee7a93d 100644 --- a/src/core/cs_clear.c +++ b/src/core/cs_clear.c @@ -326,7 +326,7 @@ class CommandCSClear : 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_CLEAR); return true; |