diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-13 22:47:22 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-08-13 22:47:22 +0200 |
commit | aee3da54524a52a52573be2fd0777bbf43acc179 (patch) | |
tree | 81a607222f69a5f5ba2fc10b0c58eef1e0808bd0 /doc/it | |
parent | d3b84eaf6c5235b473b46d83234d10369861b039 (diff) | |
download | weechat-aee3da54524a52a52573be2fd0777bbf43acc179.zip |
irc: add options and display SETNAME command in channels and private buffers (closes #1805)
New options:
- irc.color.message_setname
- irc.look.smart_filter_setname
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/includes/autogen_user_options.it.adoc | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/it/includes/autogen_user_options.it.adoc b/doc/it/includes/autogen_user_options.it.adoc index 360e0be00..d12e16e8b 100644 --- a/doc/it/includes/autogen_user_options.it.adoc +++ b/doc/it/includes/autogen_user_options.it.adoc @@ -2133,7 +2133,7 @@ ** valore predefinito: `+cyan+` * [[option_irc.color.message_chghost]] *irc.color.message_chghost* -** descrizione: pass:none[color for text in chghost messages] +** descrizione: pass:none[color for text in "chghost" messages] ** tipo: colore ** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline ** valore predefinito: `+brown+` @@ -2156,6 +2156,12 @@ ** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline ** valore predefinito: `+red+` +* [[option_irc.color.message_setname]] *irc.color.message_setname* +** descrizione: pass:none[color for text in "setname" messages] +** tipo: colore +** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline +** valore predefinito: `+brown+` + * [[option_irc.color.mirc_remap]] *irc.color.mirc_remap* ** descrizione: pass:none[remap mirc colors in messages using a hashtable: keys are "fg,bg" as integers between -1 (not specified) and 15, values are WeeChat color names or numbers (format is: "1,-1:color1;2,7:color2"), example: "1,-1:darkgray;1,2:white,blue" to remap black to "darkgray" and black on blue to "white,blue"; default WeeChat colors for IRC codes: 0=white, 1=black, 2=blue, 3=green, 4=lightred, 5=red, 6=magenta, 7=brown, 8=yellow, 9=lightgreen, 10=cyan, 11=lightcyan, 12=lightblue, 13=lightmagenta, 14=darkgray, 15=gray] ** tipo: stringa @@ -2552,6 +2558,12 @@ ** valori: on, off ** valore predefinito: `+on+` +* [[option_irc.look.smart_filter_setname]] *irc.look.smart_filter_setname* +** descrizione: pass:none[enable smart filter for "setname" messages] +** tipo: bool +** valori: on, off +** valore predefinito: `+on+` + * [[option_irc.look.temporary_servers]] *irc.look.temporary_servers* ** descrizione: pass:none[enable automatic addition of temporary servers with command /connect] ** tipo: bool |