summaryrefslogtreecommitdiff
path: root/doc/de/autogen/plugin_api/hdata.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-12-14 11:26:03 +0100
committerSebastien Helleu <flashcode@flashtux.org>2013-12-14 11:26:03 +0100
commit811b68991e1635967334b9a2f0ba4468bbb9f44b (patch)
treecaf48db443e263d81955ca83f9e56575eb73d437 /doc/de/autogen/plugin_api/hdata.txt
parent542dc8cd33e1be4c310cba4253b986a01abe7675 (diff)
downloadweechat-811b68991e1635967334b9a2f0ba4468bbb9f44b.zip
core: add logical "and" between tags in filters, weechat.look.highlight_tags and buffer property "highlight_tags"
The logical "and" is made with the separator "+". Example: "irc_notice+nick_toto,nick_test" will match a notice from nick "toto" or any message from nick "test".
Diffstat (limited to 'doc/de/autogen/plugin_api/hdata.txt')
-rw-r--r--doc/de/autogen/plugin_api/hdata.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt
index 38b1de8b9..579619e60 100644
--- a/doc/de/autogen/plugin_api/hdata.txt
+++ b/doc/de/autogen/plugin_api/hdata.txt
@@ -539,7 +539,7 @@
*** 'highlight_regex_compiled' (pointer)
*** 'highlight_tags' (string)
*** 'highlight_tags_count' (integer)
-*** 'highlight_tags_array' (string, array_size: "highlight_tags_count")
+*** 'highlight_tags_array' (pointer, array_size: "highlight_tags_count")
*** 'hotlist_max_level_nicks' (hashtable)
*** 'keys' (pointer, hdata: "key")
*** 'last_key' (pointer, hdata: "key")
@@ -659,7 +659,7 @@
*** 'buffers' (pointer)
*** 'tags' (string)
*** 'tags_count' (integer)
-*** 'tags_array' (string, array_size: "tags_count")
+*** 'tags_array' (pointer, array_size: "tags_count")
*** 'regex' (string)
*** 'regex_prefix' (pointer)
*** 'regex_message' (pointer)