diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-28 18:07:15 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-28 18:07:15 +0200 |
commit | 67115edf3d8996df8f01c6a6f73bc27aea7d382f (patch) | |
tree | 3ea0b3a25c1239471fadd1be1f8c98ad612c3ec1 /doc/de/autogen | |
parent | 272046d0128577032afb1c50fc93cf78c90cab8b (diff) | |
download | weechat-67115edf3d8996df8f01c6a6f73bc27aea7d382f.zip |
core: add option weechat.look.prefix_same_nick (hide or change prefix on messages whose nick is the same as previous message) (task #11965)
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index ed2e27b12..a67bb7b29 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -653,6 +653,11 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"<--"`) +* [[option_weechat.look.prefix_same_nick]] *weechat.look.prefix_same_nick* +** Beschreibung: `prefix displayed for a message with same nick as previous message: use a space " " to hide prefix, another string to display this string instead of prefix, or an empty string to disable feature (display prefix)` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `""`) + * [[option_weechat.look.prefix_suffix]] *weechat.look.prefix_suffix* ** Beschreibung: `Nach dem Präfix anzufügende Zeichenfolge` ** Typ: Zeichenkette |