1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +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 '!')
+4 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1391,8 +1391,9 @@ msgid ""
" - name can start or end with '*' to 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"
+4 -3
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.3-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-11-20 15:12+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <weechatter@arcor.de>\n"
@@ -1510,8 +1510,9 @@ msgid ""
" - name can start or end with '*' to 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"
+4 -3
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1430,8 +1430,9 @@ msgid ""
" - name can start or end with '*' to 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"
+8 -6
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"PO-Revision-Date: 2013-12-14 10:23+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-12-14 11:41+0100\n"
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -1493,8 +1493,9 @@ msgid ""
" - name can start or end with '*' to 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"
@@ -1552,8 +1553,9 @@ msgstr ""
"tampons\n"
" tags: liste de tags, séparés par des virgules, par exemple: \"irc_join,"
"irc_part,irc_quit\"\n"
" (il est possible de combiner plusieurs tags sous forme d'un \"et\" "
"logique avec le séparateur \"+\", par exemple: \"nick_toto+irc_action\")\n"
" - \"et\" logique: utilisez \"+\" entre les tags (par exemple: "
"\"nick_toto+irc_action\")\n"
" - les tags peuvent commencer ou se terminer par '*'\n"
" regex: expression régulière à rechercher dans la ligne\n"
" - utiliser '\\t' pour séparer le préfixe du message, les caractères "
"spéciaux comme '|' doivent être échappés: '\\|'\n"
+4 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1315,8 +1315,9 @@ msgid ""
" - name can start or end with '*' to 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"
+4 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1464,8 +1464,9 @@ msgid ""
" - name can start or end with '*' to 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"
+4 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
@@ -1449,8 +1449,9 @@ msgid ""
" - name can start or end with '*' to 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"
+4 -3
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-11-11 09:07+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1486,8 +1486,9 @@ msgid ""
" - name can start or end with '*' to 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"
+4 -3
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1444,8 +1444,9 @@ msgid ""
" - name can start or end with '*' to 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"
+4 -3
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-11-09 10:18+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1337,8 +1337,9 @@ msgid ""
" - name can start or end with '*' to 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"
+4 -3
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-11-09 10:13+0100\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1179,8 +1179,9 @@ msgid ""
" - name can start or end with '*' to 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"
+4 -3
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.1-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2013-12-14 10:20+0100\n"
"POT-Creation-Date: 2013-12-14 11:41+0100\n"
"PO-Revision-Date: 2013-02-14 18:20+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1185,8 +1185,9 @@ msgid ""
" - name can start or end with '*' to 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"
+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"