summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2013-11-23 15:31:09 -0500
committerTingPing <tingping@tingping.se>2013-11-23 15:31:09 -0500
commitd38bbb1e2c96314dd61faa84f2908b90ae29b987 (patch)
treefcc3c1329d04849820c5a8f23dd395644cbb308d /src
parent5c223ec5d55d82ab8dd1fc81c7cea5caf36ade45 (diff)
update help message for /names
Diffstat (limited to 'src')
-rw-r--r--src/common/outbound.c4
1 files 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 <nick> <message>, 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 <nick> <message>, Sends a CTCP notice")},
 	{"NEWSERVER", cmd_newserver, 0, 0, 1, N_("NEWSERVER [-noconnect] <hostname> [<port>]")},