summaryrefslogtreecommitdiff
path: root/doc/en/autogen
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-10-11 20:26:34 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-10-11 20:26:34 +0200
commit876a0a16095317cb468bc8be7145c79f9353e573 (patch)
treec2e91781d6819b205d4222644928078c45001288 /doc/en/autogen
parent1dda5ffd02fcec3a11027c45fbc05e5408024669 (diff)
downloadweechat-876a0a16095317cb468bc8be7145c79f9353e573.zip
irc: add option irc.look.display_pv_warning_address (closes #892)
If the address of remote nick changes in a private buffer, a warning is displayed.
Diffstat (limited to 'doc/en/autogen')
-rw-r--r--doc/en/autogen/user/irc_options.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.adoc b/doc/en/autogen/user/irc_options.adoc
index 38b805655..204759bb9 100644
--- a/doc/en/autogen/user/irc_options.adoc
+++ b/doc/en/autogen/user/irc_options.adoc
@@ -224,6 +224,12 @@
** values: on, off
** default value: `+on+`
+* [[option_irc.look.display_pv_warning_address]] *irc.look.display_pv_warning_address*
+** description: pass:none[display a warning in private buffer if the address of remote nick has changed]
+** type: boolean
+** values: on, off
+** default value: `+on+`
+
* [[option_irc.look.highlight_channel]] *irc.look.highlight_channel*
** description: 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"]
** type: string