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/en/autogen/user/weechat_commands.asciidoc | |
parent | 9a0d6899f9e1f88560ac717d2320fd457a76e8f5 (diff) | |
download | weechat-c2f07bddcb8bdf79d8742bce06e836ad99843fb0.zip |
core: add an example with a more complex regex in /help filter
Diffstat (limited to 'doc/en/autogen/user/weechat_commands.asciidoc')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_commands.asciidoc b/doc/en/autogen/user/weechat_commands.asciidoc index 7e0c8faab..4ac65a137 100644 --- a/doc/en/autogen/user/weechat_commands.asciidoc +++ b/doc/en/autogen/user/weechat_commands.asciidoc @@ -359,6 +359,8 @@ Examples: /filter add toto * nick_toto+irc_join,nick_toto+irc_action * filter lines containing "weechat sucks" on IRC channel #weechat: /filter add sucks irc.freenode.#weechat * weechat sucks + filter lines that are strictly equal to "WeeChat sucks" on all buffers: + /filter add sucks2 * * (?-i)^WeeChat sucks$ ---- [[command_weechat_help]] |