1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23:13 +02:00

Add new option irc.look.buffer_switch_autojoin, rename option irc.look.buffer_auto_switch_on_join to irc.look.buffer_switch_join (task #10506)

This commit is contained in:
Sebastien Helleu
2011-03-16 18:38:41 +01:00
parent 15121096d4
commit ea65e4d50f
23 changed files with 256 additions and 63 deletions
+7 -2
View File
@@ -73,8 +73,13 @@
** 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 underline (valore predefinito: `default`)
* *irc.look.buffer_auto_switch_on_join*
** descrizione: `auto switch to channel buffer on join`
* *irc.look.buffer_switch_autojoin*
** descrizione: `auto switch to channel buffer when it is auto joined (with server option "autojoin")`
** tipo: bool
** valori: on, off (valore predefinito: `on`)
* *irc.look.buffer_switch_join*
** descrizione: `auto switch to channel buffer when it is manually joined (with /join command)`
** tipo: bool
** valori: on, off (valore predefinito: `on`)