diff options
Diffstat (limited to 'doc/de/includes/autogen_user_options.de.adoc')
-rw-r--r-- | doc/de/includes/autogen_user_options.de.adoc | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/de/includes/autogen_user_options.de.adoc b/doc/de/includes/autogen_user_options.de.adoc index e65a5c865..1b6aa914a 100644 --- a/doc/de/includes/autogen_user_options.de.adoc +++ b/doc/de/includes/autogen_user_options.de.adoc @@ -1849,19 +1849,19 @@ * [[option_typing.look.delay_purge_paused]] *typing.look.delay_purge_paused* ** Beschreibung: pass:none[number of seconds after paused status has been set: if reached, the typing status is removed] ** Typ: integer -** Werte: 1 .. 3600 +** Werte: 1 .. 2147483647 ** Standardwert: `+30+` * [[option_typing.look.delay_purge_typing]] *typing.look.delay_purge_typing* ** Beschreibung: pass:none[number of seconds after typing status has been set: if reached, the typing status is removed] ** Typ: integer -** Werte: 1 .. 3600 +** Werte: 1 .. 2147483647 ** Standardwert: `+6+` * [[option_typing.look.delay_set_paused]] *typing.look.delay_set_paused* ** Beschreibung: pass:none[number of seconds after typing last char: if reached, the typing status becomes "paused" and no more typing signals are sent] ** Typ: integer -** Werte: 1 .. 3600 +** Werte: 1 .. 2147483647 ** Standardwert: `+10+` * [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks* @@ -1875,6 +1875,12 @@ ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` + +* [[option_typing.look.item_max_length]] *typing.look.item_max_length* +** Beschreibung: pass:none[max number of chars displayed in the bar item "typing" (0 = do not truncate content)] +** Typ: integer +** Werte: 0 .. 2147483647 +** Standardwert: `+0+` // end::typing_options[] // tag::xfer_options[] @@ -2553,13 +2559,13 @@ ** Standardwert: `+off+` * [[option_irc.look.typing_status_nicks]] *irc.look.typing_status_nicks* -** Beschreibung: pass:none[display nicks typing on the channel in bar item "typing" (option typing.look.enabled must be enabled and capability "message-tags" must be enabled on the server)] +** Beschreibung: pass:none[display nicks typing on the channel in bar item "typing" (option typing.look.enabled_nicks must be enabled and capability "message-tags" must be enabled on the server)] ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` * [[option_irc.look.typing_status_self]] *irc.look.typing_status_self* -** Beschreibung: pass:none[send self typing status to channels so that other users see when you are typing a message (option typing.look.enabled must be enabled and capability "message-tags" must be enabled on the server)] +** Beschreibung: pass:none[send self typing status to channels so that other users see when you are typing a message (option typing.look.enabled_self must be enabled and capability "message-tags" must be enabled on the server)] ** Typ: boolesch ** Werte: on, off ** Standardwert: `+off+` |