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