summaryrefslogtreecommitdiff
path: root/doc/pl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pl')
-rw-r--r--doc/pl/autogen/user/irc_commands.txt22
1 files changed, 22 insertions, 0 deletions
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::