mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 14:26:39 +02:00
irc: fix arguments in /help unquiet: at least one nick/host is required
This commit is contained in:
@@ -798,7 +798,7 @@ channel: channel name
|
||||
[command]*`unquiet`* unquiet nicks or hosts::
|
||||
|
||||
----
|
||||
/unquiet [<channel>] [<nick> [<nick>...]]
|
||||
/unquiet [<channel>] <nick> [<nick>...]
|
||||
|
||||
channel: channel name
|
||||
nick: user or host
|
||||
|
||||
@@ -798,7 +798,7 @@ channel: channel name
|
||||
[command]*`unquiet`* unquiet nicks or hosts::
|
||||
|
||||
----
|
||||
/unquiet [<channel>] [<nick> [<nick>...]]
|
||||
/unquiet [<channel>] <nick> [<nick>...]
|
||||
|
||||
channel: channel name
|
||||
nick: user or host
|
||||
|
||||
@@ -798,7 +798,7 @@ pseudo: pseudo ou hôte
|
||||
[command]*`unquiet`* ne plus taire des pseudos ou hôtes::
|
||||
|
||||
----
|
||||
/unquiet [<canal>] [<pseudo> [<pseudo>...]]
|
||||
/unquiet [<canal>] <pseudo> [<pseudo>...]
|
||||
|
||||
canal: nom du canal
|
||||
pseudo: pseudo ou hôte
|
||||
|
||||
@@ -798,7 +798,7 @@ channel: channel name
|
||||
[command]*`unquiet`* unquiet nicks or hosts::
|
||||
|
||||
----
|
||||
/unquiet [<canale>] [<nick> [<nick>...]]
|
||||
/unquiet [<canale>] <nick> [<nick>...]
|
||||
|
||||
channel: channel name
|
||||
nick: user or host
|
||||
|
||||
@@ -798,7 +798,7 @@ channel: channel name
|
||||
[command]*`unquiet`* unquiet nicks or hosts::
|
||||
|
||||
----
|
||||
/unquiet [<channel>] [<nick> [<nick>...]]
|
||||
/unquiet [<channel>] <nick> [<nick>...]
|
||||
|
||||
channel: channel name
|
||||
nick: user or host
|
||||
|
||||
@@ -797,7 +797,7 @@ channel: channel name
|
||||
[command]*`unquiet`* unquiet nicks or hosts::
|
||||
|
||||
----
|
||||
/unquiet [<kanał>] [<nick> [<nick>...]]
|
||||
/unquiet [<kanał>] <nick> [<nick> ...]
|
||||
|
||||
channel: channel name
|
||||
nick: user or host
|
||||
|
||||
@@ -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