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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user