diff options
Diffstat (limited to 'doc/de/includes/autogen_user_options.de.adoc')
-rw-r--r-- | doc/de/includes/autogen_user_options.de.adoc | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/de/includes/autogen_user_options.de.adoc b/doc/de/includes/autogen_user_options.de.adoc index f47de91de..e65a5c865 100644 --- a/doc/de/includes/autogen_user_options.de.adoc +++ b/doc/de/includes/autogen_user_options.de.adoc @@ -1845,6 +1845,38 @@ ** Standardwert: `+"${weechat_runtime_dir}/weechat_fifo_${info:pid}"+` // end::fifo_options[] +// tag::typing_options[] +* [[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 +** 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 +** 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 +** Standardwert: `+10+` + +* [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks* +** Beschreibung: pass:none[typing enabled for other nicks (display typing info for nicks typing in the current buffer)] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+off+` + +* [[option_typing.look.enabled_self]] *typing.look.enabled_self* +** Beschreibung: pass:none[typing enabled for self messages (send typing info to other users)] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+off+` +// end::typing_options[] + // tag::xfer_options[] * [[option_xfer.color.status_aborted]] *xfer.color.status_aborted* ** Beschreibung: pass:none[Textfarbe für Status: "abgebrochen"] @@ -2520,6 +2552,18 @@ ** Werte: on, off ** 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)] +** 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)] +** Typ: boolesch +** Werte: on, off +** Standardwert: `+off+` + * [[option_irc.network.autoreconnect_delay_growing]] *irc.network.autoreconnect_delay_growing* ** Beschreibung: pass:none[Multiplikator für die Verzögerung bei der automatischen Wiederverbindung zum Server (1 = immer die selbe Verzögerung nutzen, 2 = Verzögerung*2 für jeden weiteren Versuch, usw.)] ** Typ: integer |