From 407613a8dbe52f465867b782ffd68ef76de43b55 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 28 Nov 2013 05:00:34 -0500 Subject: [PATCH] Fix NAMES command syntax --- 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 4321887f..96425f8f 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 [channel]", cmd_names, 1, 0, 1, - N_("NAMES, Lists the nicks on the channel")}, + {"NAMES", cmd_names, 1, 0, 1, + N_("NAMES [channel], 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] []")},