1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 23:06:38 +02:00

irc: fix arguments in /help unquiet: at least one nick/host is required

This commit is contained in:
Sebastien Helleu
2014-03-22 10:01:25 +01:00
parent 262340ba19
commit 73576b49d0
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -6404,7 +6404,7 @@ irc_command_init ()
weechat_hook_command (
"unquiet",
N_("unquiet nicks or hosts"),
N_("[<channel>] [<nick> [<nick>...]]"),
N_("[<channel>] <nick> [<nick>...]"),
N_("channel: channel name\n"
" nick: user or host"),
"%(irc_channel_nicks_hosts)", &irc_command_unquiet, NULL);