diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-24 06:56:15 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-03-24 06:56:15 +0100 |
commit | c2f07bddcb8bdf79d8742bce06e836ad99843fb0 (patch) | |
tree | 22591184d761ded19b4e2b36efd074514fd67097 /doc/fr/autogen | |
parent | 9a0d6899f9e1f88560ac717d2320fd457a76e8f5 (diff) | |
download | weechat-c2f07bddcb8bdf79d8742bce06e836ad99843fb0.zip |
core: add an example with a more complex regex in /help filter
Diffstat (limited to 'doc/fr/autogen')
-rw-r--r-- | doc/fr/autogen/user/weechat_commands.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/fr/autogen/user/weechat_commands.asciidoc b/doc/fr/autogen/user/weechat_commands.asciidoc index 5063c1f4c..369df32b9 100644 --- a/doc/fr/autogen/user/weechat_commands.asciidoc +++ b/doc/fr/autogen/user/weechat_commands.asciidoc @@ -359,6 +359,8 @@ Exemples : /filter add toto * nick_toto+irc_join,nick_toto+irc_action * filtrer les lignes contenant "weechat sucks" sur le canal IRC #weechat : /filter add sucks irc.freenode.#weechat * weechat sucks + filtrer les lignes qui sont strictement égales à "WeeChat sucks" sur tous les tampons : + /filter add sucks2 * * (?-i)^WeeChat sucks$ ---- [[command_weechat_help]] |