diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-08 11:01:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-08 11:01:07 +0200 |
commit | 117dca056df7758298772002798f76b0d7457d6a (patch) | |
tree | 3a3a454fda3bc4e0abc24a30f22eb3726be9c2f0 /src | |
parent | 37200b46e8ffab1f9487c48c1750d72776ecb0a3 (diff) | |
download | weechat-117dca056df7758298772002798f76b0d7457d6a.zip |
core: add support of '!' for tags in /help filter
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index c21f25f3c..f393ef099 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7076,6 +7076,8 @@ command_init () " - logical \"and\": use \"+\" between tags (for example: " "\"nick_toto+irc_action\")\n" " - wildcard \"*\" is allowed\n" + " - if tag starts with '!', then it is excluded and must " + "NOT be in message\n" " regex: POSIX extended regular expression to search in line\n" " - use '\\t' to separate prefix from message, special chars " "like '|' must be escaped: '\\|'\n" |