diff options
Diffstat (limited to 'doc/en')
-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]] |