diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-08 21:27:12 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-08 21:27:12 +0100 |
commit | 9f8162651f6fb4f1c333c53be39d7deef56bf1ae (patch) | |
tree | 1c2f3ca8309b60b4c98345fd2a0f00694dca0e43 /doc/it/autogen | |
parent | 17d3032b7383cb23d36cb60bcd45201c088e2bb7 (diff) | |
download | weechat-9f8162651f6fb4f1c333c53be39d7deef56bf1ae.zip |
irc: set option irc.look.display_pv_warning_address to off by default (issue #892)
This is because the bitlbee server causes the warning to be displayed when it
is not expected (the address of remote nick changes multiple times on login).
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/user/irc_options.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/autogen/user/irc_options.adoc b/doc/it/autogen/user/irc_options.adoc index 30f28a9a6..cf1ebae68 100644 --- a/doc/it/autogen/user/irc_options.adoc +++ b/doc/it/autogen/user/irc_options.adoc @@ -225,10 +225,10 @@ ** valore predefinito: `+on+` * [[option_irc.look.display_pv_warning_address]] *irc.look.display_pv_warning_address* -** descrizione: pass:none[display a warning in private buffer if the address of remote nick has changed] +** descrizione: pass:none[display a warning in private buffer if the address of remote nick has changed; this option is disabled by default because servers like bitlbee are causing this warning to be displayed when it is not expected (the address of remote nick changes multiple times on login)] ** tipo: bool ** valori: on, off -** valore predefinito: `+on+` +** valore predefinito: `+off+` * [[option_irc.look.highlight_channel]] *irc.look.highlight_channel* ** descrizione: pass:none[comma separated list of words to highlight in channel buffers (case insensitive, use "(?-i)" at beginning of words to make them case sensitive; special variables $nick, $channel and $server are replaced by their value), these words are added to buffer property "highlight_words" only when buffer is created (it does not affect current buffers), an empty string disables default highlight on nick, examples: "$nick", "(?-i)$nick"] |