diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-14 11:43:58 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-14 11:43:58 +0100 |
commit | 52cbd0b9217f2ea5f93c30bd1043cd4ad9fa494a (patch) | |
tree | b0ab7847faf5537ddc6c99ec1cd7d9b0bae4fd1c /src/core | |
parent | 811b68991e1635967334b9a2f0ba4468bbb9f44b (diff) | |
download | weechat-52cbd0b9217f2ea5f93c30bd1043cd4ad9fa494a.zip |
core: add note about support of "*" for tags in /help filter
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 5c1956bed..83a061713 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -6591,9 +6591,9 @@ command_init () "match many buffers\n" " tags: comma separated list of tags, for example " "\"irc_join,irc_part,irc_quit\"\n" - " (it is possible to combine many tags as a logical " - "\"and\" with separator \"+\", for example: " - "\"nick_toto+irc_action\")\n" + " - logical \"and\": use \"+\" between tags (for " + "example: \"nick_toto+irc_action\")\n" + " - tags can start or end with '*'\n" " regex: regular expression to search in line\n" " - use '\\t' to separate prefix from message, special " "chars like '|' must be escaped: '\\|'\n" |