1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

core: add note about support of "*" for tags in /help filter

This commit is contained in:
Sebastien Helleu
2013-12-14 11:43:58 +01:00
parent 811b68991e
commit 52cbd0b921
18 changed files with 65 additions and 47 deletions
+3 -3
View File
@@ -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"