summaryrefslogtreecommitdiff
path: root/src/core/cs_kick.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/cs_kick.c')
-rw-r--r--src/core/cs_kick.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/cs_kick.c b/src/core/cs_kick.c
index f2895d1aa..be71fb4f5 100644
--- a/src/core/cs_kick.c
+++ b/src/core/cs_kick.c
@@ -94,7 +94,7 @@ class CommandCSKick : public Command
bool OnHelp(User *u, const std::string &subcommand)
{
- notice_lang(s_ChanServ, u, CHAN_HELP_KICK);
+ notice_help(s_ChanServ, u, CHAN_HELP_KICK);
return true;
}