diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-22 13:48:42 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-01-22 13:48:42 +0100 |
commit | 5f6df8021b73c1da27161d238cd35180cce29727 (patch) | |
tree | dcb79e7db0ee27e94c8b433c68a5e2b2781a7c9f /doc/en/autogen/user/weechat_commands.txt | |
parent | 51491469e5c6311ccd9dd10830f62fd436af754f (diff) | |
download | weechat-5f6df8021b73c1da27161d238cd35180cce29727.zip |
core: add support of flags in regular expressions and highlight options, add irc options to customize/disable default nick highlight (task #11128)
New functions in C plugin API:
- string_regex_flags
- string_regcomp
New irc options:
- irc.look.highlight_server
- irc.look.highlight_channel
- irc.look.highlight_pv
Regex flags are supported in following options/commands:
- option weechat.look.highlight
- option weechat.look.highlight_regex
- options irc.look.highlight_{server|channel|pv}
- option relay.network.allowed_ips
- core command /filter
- irc command /list
- irc command /ignore
- rmodifier command /rmodifier
Diffstat (limited to 'doc/en/autogen/user/weechat_commands.txt')
-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 1c223fb79..f04f5bdc0 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -219,6 +219,7 @@ disable: disable filters - 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 '!') - two regular expressions are created: one for prefix and one for message + - regex are case insensitive, they can start by "(?-i)" to become case sensitive The default key alt+'=' toggles filtering on/off. |