diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-05-11 21:50:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-05-11 21:50:53 +0200 |
commit | d99fe0bc7656607dc75c5d0c7708ab9f3a44937e (patch) | |
tree | 3002c57e3fe1fbac743081b953f5918ab4da2804 /doc/pl/includes/autogen_user_commands.pl.adoc | |
parent | 540ff62c604cb47e570a143909a1cb35b02a86af (diff) | |
download | weechat-d99fe0bc7656607dc75c5d0c7708ab9f3a44937e.zip |
core: allow to remove multiple filters at once with command /filter del
Diffstat (limited to 'doc/pl/includes/autogen_user_commands.pl.adoc')
-rw-r--r-- | doc/pl/includes/autogen_user_commands.pl.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc index ce80564bc..45979bbd3 100644 --- a/doc/pl/includes/autogen_user_commands.pl.adoc +++ b/doc/pl/includes/autogen_user_commands.pl.adoc @@ -1496,11 +1496,11 @@ Examples (conditions): ---- /filter list - enable|disable|toggle [<nazwa>|@] - add|addreplace<nazwa> <bufor>[,<bufor>...] <tagi> <regex> - rename <nazwa> <nowa_nazwa> - recreate <nazwa> - del <nazwa>|-all + enable|disable|toggle [<name>|@] + add|addreplace <name> <buffer>[,<buffer>...] <tags> <regex> + rename <name> <new_name> + recreate <name> + del <name>|-all [<name>...] list: wyświetla wszystkie filtry enable: włącza filtry (filtry są domyślnie włączone) |