mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 17:22:18 -05:00
update help message for /names
This commit is contained in:
parent
5c223ec5d5
commit
d38bbb1e2c
@ -3977,8 +3977,8 @@ const struct commands xc_cmds[] = {
|
|||||||
N_("MOP, Mass op's all users in the current channel (needs chanop)")},
|
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")},
|
{"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", cmd_names, 1, 0, 1,
|
{"NAMES [channel]", cmd_names, 1, 0, 1,
|
||||||
N_("NAMES, Lists the nicks on the current channel")},
|
N_("NAMES, Lists the nicks on the channel")},
|
||||||
{"NCTCP", cmd_nctcp, 1, 0, 1,
|
{"NCTCP", cmd_nctcp, 1, 0, 1,
|
||||||
N_("NCTCP <nick> <message>, Sends a CTCP notice")},
|
N_("NCTCP <nick> <message>, Sends a CTCP notice")},
|
||||||
{"NEWSERVER", cmd_newserver, 0, 0, 1, N_("NEWSERVER [-noconnect] <hostname> [<port>]")},
|
{"NEWSERVER", cmd_newserver, 0, 0, 1, N_("NEWSERVER [-noconnect] <hostname> [<port>]")},
|
||||||
|
Loading…
Reference in New Issue
Block a user