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/ja/includes/autogen_user_commands.ja.adoc | |
parent | 540ff62c604cb47e570a143909a1cb35b02a86af (diff) | |
download | weechat-d99fe0bc7656607dc75c5d0c7708ab9f3a44937e.zip |
core: allow to remove multiple filters at once with command /filter del
Diffstat (limited to 'doc/ja/includes/autogen_user_commands.ja.adoc')
-rw-r--r-- | doc/ja/includes/autogen_user_commands.ja.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/includes/autogen_user_commands.ja.adoc b/doc/ja/includes/autogen_user_commands.ja.adoc index 1a12856d6..69d6ac9a2 100644 --- a/doc/ja/includes/autogen_user_commands.ja.adoc +++ b/doc/ja/includes/autogen_user_commands.ja.adoc @@ -1501,7 +1501,7 @@ Examples (conditions): add|addreplace <name> <buffer>[,<buffer>...] <tags> <regex> rename <name> <new_name> recreate <name> - del <name>|-all + del <name>|-all [<name>...] list: list all filters enable: enable filters (filters are enabled by default) |