diff options
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 3 | ||||
-rw-r--r-- | doc/de/autogen/user/irc_options.txt | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index 579619e60..1e078985a 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -537,6 +537,9 @@ *** 'highlight_words' (string) *** 'highlight_regex' (string) *** 'highlight_regex_compiled' (pointer) +*** 'highlight_tags_restrict' (string) +*** 'highlight_tags_restrict_count' (integer) +*** 'highlight_tags_restrict_array' (pointer, array_size: "highlight_tags_restrict_count") *** 'highlight_tags' (string) *** 'highlight_tags_count' (integer) *** 'highlight_tags_array' (pointer, array_size: "highlight_tags_count") diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt index 072af1372..7ade2ce82 100644 --- a/doc/de/autogen/user/irc_options.txt +++ b/doc/de/autogen/user/irc_options.txt @@ -168,8 +168,8 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"$nick"`) -* [[option_irc.look.highlight_tags]] *irc.look.highlight_tags* -** Beschreibung: `durch Kommata getrennte Liste von Schlagwörtern, welche eine Nachricht hervorheben sollen (Highlight) (normalerweise trifft dies auf jede Nachricht eines Users zu, ausgenommen Nachrichten vom Server,..)` +* [[option_irc.look.highlight_tags_restrict]] *irc.look.highlight_tags_restrict* +** Beschreibung: `restrict highlights to these tags on irc buffers (to have highlight on user messages but not server messages); tags must be separated by a comma and "+" can be used to make a logical "and" between tags; tags can start or end with "*" to match more than one tag; an empty value allows highlight on any tag` ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"irc_privmsg,irc_notice"`) |