1
0
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:
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
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+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);