From d38bbb1e2c96314dd61faa84f2908b90ae29b987 Mon Sep 17 00:00:00 2001 From: TingPing Date: Sat, 23 Nov 2013 15:31:09 -0500 Subject: [PATCH] update help message for /names --- src/common/outbound.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/outbound.c b/src/common/outbound.c index 3be8ec87..4321887f 100644 --- a/src/common/outbound.c +++ b/src/common/outbound.c @@ -3977,8 +3977,8 @@ const struct commands xc_cmds[] = { N_("MOP, Mass op's all users in the current channel (needs chanop)")}, {"MSG", cmd_msg, 0, 0, 1, N_("MSG , sends a private message, message \".\" to send to last nick or prefix with \"=\" for dcc chat")}, - {"NAMES", cmd_names, 1, 0, 1, - N_("NAMES, Lists the nicks on the current channel")}, + {"NAMES [channel]", cmd_names, 1, 0, 1, + N_("NAMES, Lists the nicks on the channel")}, {"NCTCP", cmd_nctcp, 1, 0, 1, N_("NCTCP , Sends a CTCP notice")}, {"NEWSERVER", cmd_newserver, 0, 0, 1, N_("NEWSERVER [-noconnect] []")},