summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/de/autogen/user/irc_commands.txt22
-rw-r--r--doc/en/autogen/user/irc_commands.txt22
-rw-r--r--doc/fr/autogen/user/irc_commands.txt22
-rw-r--r--doc/it/autogen/user/irc_commands.txt22
-rw-r--r--doc/ja/autogen/user/irc_commands.txt22
-rw-r--r--doc/pl/autogen/user/irc_commands.txt22
6 files changed, 132 insertions, 0 deletions
diff --git a/doc/de/autogen/user/irc_commands.txt b/doc/de/autogen/user/irc_commands.txt
index fb489eaad..4bbc77c1c 100644
--- a/doc/de/autogen/user/irc_commands.txt
+++ b/doc/de/autogen/user/irc_commands.txt
@@ -27,6 +27,28 @@ Beispiele:
/allchan -exclude=#weechat,#linux* msg * Hallo Welt
----
+[[command_irc_allpv]]
+[command]*`allpv`* execute a command on all private buffers of all connected servers::
+
+----
+/allpv [-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>]
+
+ -current: execute command for private buffers of current server only
+ -exclude: exclude some nicks ('*' is allowed at beginning or end of nick name, to exclude many nicks)
+ command: command to execute
+arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value)
+
+Examples:
+ execute '/me is testing' on all private buffers:
+ /allpv me is testing
+ say 'hello' everywhere but not for nick foo:
+ /allpv -exclude=foo msg * hello
+ say 'hello' everywhere but not for nick foo and nicks beginning with bar:
+ /allpv -exclude=foo,bar* msg * hello
+ close all private buffers:
+ /allpv close
+----
+
[[command_irc_allserv]]
[command]*`allserv`* führt einen Befehl aus, der zu allen verbundenen Server gesendet wird::
diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt
index 9ebb51081..a5a0c0725 100644
--- a/doc/en/autogen/user/irc_commands.txt
+++ b/doc/en/autogen/user/irc_commands.txt
@@ -27,6 +27,28 @@ Examples:
/allchan -exclude=#weechat,#linux* msg * hello
----
+[[command_irc_allpv]]
+[command]*`allpv`* execute a command on all private buffers of all connected servers::
+
+----
+/allpv [-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>]
+
+ -current: execute command for private buffers of current server only
+ -exclude: exclude some nicks ('*' is allowed at beginning or end of nick name, to exclude many nicks)
+ command: command to execute
+arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value)
+
+Examples:
+ execute '/me is testing' on all private buffers:
+ /allpv me is testing
+ say 'hello' everywhere but not for nick foo:
+ /allpv -exclude=foo msg * hello
+ say 'hello' everywhere but not for nick foo and nicks beginning with bar:
+ /allpv -exclude=foo,bar* msg * hello
+ close all private buffers:
+ /allpv close
+----
+
[[command_irc_allserv]]
[command]*`allserv`* execute a command on all connected servers::
diff --git a/doc/fr/autogen/user/irc_commands.txt b/doc/fr/autogen/user/irc_commands.txt
index 71ee7ad30..c0f2557da 100644
--- a/doc/fr/autogen/user/irc_commands.txt
+++ b/doc/fr/autogen/user/irc_commands.txt
@@ -27,6 +27,28 @@ Exemples:
/allchan -exclude=#weechat,#linux* msg * bonjour
----
+[[command_irc_allpv]]
+[command]*`allpv`* exécuter une commande sur tous les tampons privés de tous les serveurs connectés::
+
+----
+/allpv [-current] [-exclude=<pseudo>[,<pseudo>...]] <commande> [<paramètres>]
+
+ -current: exécuter la commande pour les tampons privés du serveur courant seulement
+ -exclude: exclure certains pseudos ('*' est autorisé au début ou à la fin du pseudo, pour exclure plusieurs pseudos)
+ commande: commande à exécuter
+paramètres: paramètres pour la commande (les variables spéciales $nick, $channel et $server sont remplacées par leur valeur)
+
+Exemples:
+ exécuter '/me teste' sur tous les tampons privés:
+ /allpv me teste
+ dire 'bonjour' partout sauf sur pour le pseudo foo:
+ /allpv -exclude=foo msg * bonjour
+ dire 'bonjour' partout sauf pour le pseudo foo et les pseudos commençant par bar:
+ /allpv -exclude=foo,bar* msg * bonjour
+ fermer tous les tampons privés:
+ /allpv close
+----
+
[[command_irc_allserv]]
[command]*`allserv`* exécuter une commande sur tous les serveurs connectés::
diff --git a/doc/it/autogen/user/irc_commands.txt b/doc/it/autogen/user/irc_commands.txt
index 2fb651258..88e152f8a 100644
--- a/doc/it/autogen/user/irc_commands.txt
+++ b/doc/it/autogen/user/irc_commands.txt
@@ -27,6 +27,28 @@ Examples:
/allchan -exclude=#weechat,#linux* msg * hello
----
+[[command_irc_allpv]]
+[command]*`allpv`* execute a command on all private buffers of all connected servers::
+
+----
+/allpv [-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>]
+
+ -current: execute command for private buffers of current server only
+ -exclude: exclude some nicks ('*' is allowed at beginning or end of nick name, to exclude many nicks)
+ command: command to execute
+arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value)
+
+Examples:
+ execute '/me is testing' on all private buffers:
+ /allpv me is testing
+ say 'hello' everywhere but not for nick foo:
+ /allpv -exclude=foo msg * hello
+ say 'hello' everywhere but not for nick foo and nicks beginning with bar:
+ /allpv -exclude=foo,bar* msg * hello
+ close all private buffers:
+ /allpv close
+----
+
[[command_irc_allserv]]
[command]*`allserv`* esegue un comando su tutti i server connessi::
diff --git a/doc/ja/autogen/user/irc_commands.txt b/doc/ja/autogen/user/irc_commands.txt
index c1588b4d6..be1b98935 100644
--- a/doc/ja/autogen/user/irc_commands.txt
+++ b/doc/ja/autogen/user/irc_commands.txt
@@ -27,6 +27,28 @@ arguments: コマンドの引数 (特殊変数 $nick、$channel、$server はそ
/allchan -exclude=#weechat,#linux* msg * hello
----
+[[command_irc_allpv]]
+[command]*`allpv`* execute a command on all private buffers of all connected servers::
+
+----
+/allpv [-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>]
+
+ -current: execute command for private buffers of current server only
+ -exclude: exclude some nicks ('*' is allowed at beginning or end of nick name, to exclude many nicks)
+ command: command to execute
+arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value)
+
+Examples:
+ execute '/me is testing' on all private buffers:
+ /allpv me is testing
+ say 'hello' everywhere but not for nick foo:
+ /allpv -exclude=foo msg * hello
+ say 'hello' everywhere but not for nick foo and nicks beginning with bar:
+ /allpv -exclude=foo,bar* msg * hello
+ close all private buffers:
+ /allpv close
+----
+
[[command_irc_allserv]]
[command]*`allserv`* 全ての接続済みサーバでコマンドを実行::
diff --git a/doc/pl/autogen/user/irc_commands.txt b/doc/pl/autogen/user/irc_commands.txt
index 344a3d32c..a2a0502a4 100644
--- a/doc/pl/autogen/user/irc_commands.txt
+++ b/doc/pl/autogen/user/irc_commands.txt
@@ -27,6 +27,28 @@ Przykłady:
/allchan -exclude=#weechat,#linux* msg * witam
----
+[[command_irc_allpv]]
+[command]*`allpv`* execute a command on all private buffers of all connected servers::
+
+----
+/allpv [-current] [-exclude=<nick>[,<nick>...]] <command> [<arguments>]
+
+ -current: execute command for private buffers of current server only
+ -exclude: exclude some nicks ('*' is allowed at beginning or end of nick name, to exclude many nicks)
+ command: command to execute
+arguments: arguments for command (special variables $nick, $channel and $server are replaced by their value)
+
+Examples:
+ execute '/me is testing' on all private buffers:
+ /allpv me is testing
+ say 'hello' everywhere but not for nick foo:
+ /allpv -exclude=foo msg * hello
+ say 'hello' everywhere but not for nick foo and nicks beginning with bar:
+ /allpv -exclude=foo,bar* msg * hello
+ close all private buffers:
+ /allpv close
+----
+
[[command_irc_allserv]]
[command]*`allserv`* wykonuje komendę na wszystkich połączonych serwerach::