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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user