1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 19:53:13 +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
+2 -1
View File
@@ -296,7 +296,8 @@ disable: disable filters
- a name starting with '!' is excluded
- name can start or end with '*' to match many buffers
tags: comma separated list of tags, for example "irc_join,irc_part,irc_quit"
(it is possible to combine many tags as a logical "and" with separator "+", for example: "nick_toto+irc_action")
- logical "and": use "+" between tags (for example: "nick_toto+irc_action")
- tags can start or end with '*'
regex: regular expression to search in line
- 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 '!')
+2 -1
View File
@@ -296,7 +296,8 @@ disable: disable filters
- a name starting with '!' is excluded
- name can start or end with '*' to match many buffers
tags: comma separated list of tags, for example "irc_join,irc_part,irc_quit"
(it is possible to combine many tags as a logical "and" with separator "+", for example: "nick_toto+irc_action")
- logical "and": use "+" between tags (for example: "nick_toto+irc_action")
- tags can start or end with '*'
regex: regular expression to search in line
- 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 '!')
+2 -1
View File
@@ -296,7 +296,8 @@ disable: désactiver les filtres
- un nom commençant par '!' est exclu
- le nom peut commencer ou se terminer par '*' pour plusieurs tampons
tags: liste de tags, séparés par des virgules, par exemple: "irc_join,irc_part,irc_quit"
(il est possible de combiner plusieurs tags sous forme d'un "et" logique avec le séparateur "+", par exemple: "nick_toto+irc_action")
- "et" logique: utilisez "+" entre les tags (par exemple: "nick_toto+irc_action")
- les tags peuvent commencer ou se terminer par '*'
regex: expression régulière à rechercher dans la ligne
- utiliser '\t' pour séparer le préfixe du message, les caractères spéciaux comme '|' doivent être échappés: '\|'
- si l'expression régulière commence par '!' alors le résultat est inversé (utiliser '\!' pour démarrer par '!')
+2 -1
View File
@@ -296,7 +296,8 @@ disable: disable filters
- a name starting with '!' is excluded
- name can start or end with '*' to match many buffers
tags: comma separated list of tags, for example "irc_join,irc_part,irc_quit"
(it is possible to combine many tags as a logical "and" with separator "+", for example: "nick_toto+irc_action")
- logical "and": use "+" between tags (for example: "nick_toto+irc_action")
- tags can start or end with '*'
regex: regular expression to search in line
- 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 '!')
+2 -1
View File
@@ -296,7 +296,8 @@ disable: disable filters
- a name starting with '!' is excluded
- name can start or end with '*' to match many buffers
tags: comma separated list of tags, for example "irc_join,irc_part,irc_quit"
(it is possible to combine many tags as a logical "and" with separator "+", for example: "nick_toto+irc_action")
- logical "and": use "+" between tags (for example: "nick_toto+irc_action")
- tags can start or end with '*'
regex: regular expression to search in line
- 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 '!')