Fix NAMES command syntax

This commit is contained in:
TingPing 2013-11-28 05:00:34 -05:00
parent ae4e55b922
commit 407613a8db
1 changed files with 2 additions and 2 deletions

View File

@ -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 <nick> <message>, 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 <nick> <message>, Sends a CTCP notice")},
{"NEWSERVER", cmd_newserver, 0, 0, 1, N_("NEWSERVER [-noconnect] <hostname> [<port>]")},