summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2015-04-05 00:51:49 -0400
committerTingPing <tingping@tingping.se>2015-04-05 00:54:52 -0400
commit66f2f3a84a156f063dfc7540e9d203792f3de943 (patch)
treef20213e8ad196a502b90e868009745450fc2f06b
parentf8c7ea3672bc825b7c9218877db2db92a4d45aa6 (diff)
Improve /AWAY help message
Closes #1343
-rw-r--r--src/common/outbound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c
index ed00aa19..4ba5adf0 100644
--- a/src/common/outbound.c
+++ b/src/common/outbound.c
@@ -3853,7 +3853,7 @@ const struct commands xc_cmds[] = {
 	 N_("ALLCHANL <cmd>, sends a command to all channels on the current server")},
 	{"ALLSERV", cmd_allservers, 0, 0, 1,
 	 N_("ALLSERV <cmd>, sends a command to all servers you're in")},
-	{"AWAY", cmd_away, 1, 0, 1, N_("AWAY [<reason>], sets you away")},
+	{"AWAY", cmd_away, 1, 0, 1, N_("AWAY [<reason>], sets you away (use /BACK to unset)")},
 	{"BACK", cmd_back, 1, 0, 1, N_("BACK, sets you back (not away)")},
 	{"BAN", cmd_ban, 1, 1, 1,
 	 N_("BAN <mask> [<bantype>], bans everyone matching the mask from the current channel. If they are already on the channel this doesn't kick them (needs chanop)")},