mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
SET print_active_channel - if you have multiple channels in same window,
should we always print the channel for each message (<nick:#channel>) or only when the channel isn't active. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@513 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a31ac88d7d
commit
1a816b15f5
3 changed files with 17 additions and 4 deletions
|
|
@ -107,6 +107,7 @@ void fe_common_irc_init(void)
|
|||
settings_add_bool("lookandfeel", "beep_when_away", TRUE);
|
||||
settings_add_bool("lookandfeel", "show_away_once", TRUE);
|
||||
settings_add_bool("lookandfeel", "show_quit_once", FALSE);
|
||||
settings_add_bool("lookandfeel", "print_active_channel", FALSE);
|
||||
|
||||
theme_register(fecommon_irc_formats);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue