1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

core: improve help of command /away

This commit is contained in:
Sebastien Helleu
2013-08-20 14:30:50 +02:00
parent 12a37a9075
commit 64bbb327bb
18 changed files with 73 additions and 54 deletions
+2 -2
View File
@@ -6086,9 +6086,9 @@ void
command_init ()
{
hook_command (NULL, "away",
N_("toggle away status"),
N_("set or remove away status"),
N_("[-all] [<message>]"),
N_(" -all: toggle away status on all connected "
N_(" -all: set or remove away status on all connected "
"servers\n"
"message: message for away (if no message is "
"given, away status is removed)"),