From 7e6f37b4cd68a520e808ac642a2750d5d60c0aa8 Mon Sep 17 00:00:00 2001 From: TingPing Date: Fri, 1 Nov 2013 14:42:43 -0400 Subject: Update help message for kick/kickban --- src/common/outbound.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/common/outbound.c b/src/common/outbound.c index 8e412186..3be8ec87 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -3947,9 +3947,9 @@ const struct commands xc_cmds[] = { N_("INVITE [], invites someone to a channel, by default the current channel (needs chanop)")}, {"JOIN", cmd_join, 1, 0, 0, N_("JOIN , joins the channel")}, {"KICK", cmd_kick, 1, 1, 1, - N_("KICK , kicks the nick from the current channel (needs chanop)")}, + N_("KICK [reason], kicks the nick from the current channel (needs chanop)")}, {"KICKBAN", cmd_kickban, 1, 1, 1, - N_("KICKBAN , bans then kicks the nick from the current channel (needs chanop)")}, + N_("KICKBAN [reason], bans then kicks the nick from the current channel (needs chanop)")}, {"KILLALL", cmd_killall, 0, 0, 1, "KILLALL, immediately exit"}, {"LAGCHECK", cmd_lagcheck, 0, 0, 1, N_("LAGCHECK, forces a new lag check")}, -- cgit 1.4.1