diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-07-09 22:27:39 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-07-09 22:27:39 +0200 |
commit | c9e6b1bb83aca60f2022d697f38674d6496866f4 (patch) | |
tree | 3d32458935ac43f4a52ad74c064340db0555a926 /doc/en/autogen/user/weechat_commands.txt | |
parent | a854e28c3db3f0fe423e53b893bd98067bb90480 (diff) | |
download | weechat-c9e6b1bb83aca60f2022d697f38674d6496866f4.zip |
Add note about special chars that must be escaped in /help filter
Diffstat (limited to 'doc/en/autogen/user/weechat_commands.txt')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index 8dd2fa821..defe5bbc4 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -120,7 +120,7 @@ -all: delete all filters plugin.buffer: plugin and buffer where filter is active ("*" for all buffers) tags: comma separated list of tags, for example: "irc_join,irc_part,irc_quit" - regex: regular expression to search in line (use \t to separate prefix from message) + regex: regular expression to search in line (use \t to separate prefix from message, special chars like '|' must be escaped: '\|') The default key alt+'=' toggles filtering on/off. |