summaryrefslogtreecommitdiff
path: root/doc/it/includes/autogen_user_options.it.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/includes/autogen_user_options.it.adoc')
-rw-r--r--doc/it/includes/autogen_user_options.it.adoc16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/it/includes/autogen_user_options.it.adoc b/doc/it/includes/autogen_user_options.it.adoc
index b16a84092..2092d980a 100644
--- a/doc/it/includes/autogen_user_options.it.adoc
+++ b/doc/it/includes/autogen_user_options.it.adoc
@@ -1849,19 +1849,19 @@
* [[option_typing.look.delay_purge_paused]] *typing.look.delay_purge_paused*
** descrizione: pass:none[number of seconds after paused status has been set: if reached, the typing status is removed]
** tipo: intero
-** valori: 1 .. 3600
+** valori: 1 .. 2147483647
** valore predefinito: `+30+`
* [[option_typing.look.delay_purge_typing]] *typing.look.delay_purge_typing*
** descrizione: pass:none[number of seconds after typing status has been set: if reached, the typing status is removed]
** tipo: intero
-** valori: 1 .. 3600
+** valori: 1 .. 2147483647
** valore predefinito: `+6+`
* [[option_typing.look.delay_set_paused]] *typing.look.delay_set_paused*
** descrizione: pass:none[number of seconds after typing last char: if reached, the typing status becomes "paused" and no more typing signals are sent]
** tipo: intero
-** valori: 1 .. 3600
+** valori: 1 .. 2147483647
** valore predefinito: `+10+`
* [[option_typing.look.enabled_nicks]] *typing.look.enabled_nicks*
@@ -1875,6 +1875,12 @@
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
+
+* [[option_typing.look.item_max_length]] *typing.look.item_max_length*
+** descrizione: pass:none[max number of chars displayed in the bar item "typing" (0 = do not truncate content)]
+** tipo: intero
+** valori: 0 .. 2147483647
+** valore predefinito: `+0+`
// end::typing_options[]
// tag::xfer_options[]
@@ -2553,13 +2559,13 @@
** valore predefinito: `+off+`
* [[option_irc.look.typing_status_nicks]] *irc.look.typing_status_nicks*
-** descrizione: 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)]
+** descrizione: 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)]
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
* [[option_irc.look.typing_status_self]] *irc.look.typing_status_self*
-** descrizione: 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)]
+** descrizione: 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)]
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`