diff options
Diffstat (limited to 'src/modules/cs_tban.c')
-rw-r--r-- | src/modules/cs_tban.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/cs_tban.c b/src/modules/cs_tban.c index 160fd19ee..ffcc3bad2 100644 --- a/src/modules/cs_tban.c +++ b/src/modules/cs_tban.c @@ -70,7 +70,7 @@ class CommandCSTBan : public Command return MOD_CONT; } - bool OnHelp(User *u, const std::string &subcommand) + bool OnHelp(User *u, const ci::string &subcommand) { this->OnSyntaxError(u); ircdproto->SendMessage(findbot(s_ChanServ), u->nick, " "); |