diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-14 12:20:02 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-08-14 12:20:02 +0200 |
commit | 6cc44124cb98bb2083878b6805ecf92e1f50f559 (patch) | |
tree | 63ef76e92a06c11cf080a30caf1086030afdb5c0 /doc/en/autogen/user | |
parent | 559b5b3f4705c5bf2f635d0e9117fc87858388b8 (diff) | |
download | weechat-6cc44124cb98bb2083878b6805ecf92e1f50f559.zip |
Add note about regex (split into 2 regex) in /help filter
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 4a2ffead5..360343c2c 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -140,6 +140,7 @@ regex: regular expression to search in line - use '\t' to separate prefix from message, special chars like '|' must be escaped: '\|' - if regex starts with '!', then matching result is reversed (use '\!' to start with '!') + note: two regex are created: one for prefix and one for message The default key alt+'=' toggles filtering on/off. |