mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
added dccmsgs level to msgs window.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@889 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8290d621f3
commit
10fcff30d8
@ -175,13 +175,13 @@ void fe_common_core_finish_init(void)
|
||||
window_set_name(window, "(status)");
|
||||
window_set_level(window, MSGLEVEL_ALL ^
|
||||
(settings_get_bool("use_msgs_window") ?
|
||||
(MSGLEVEL_MSGS|MSGLEVEL_ACTIONS) : 0));
|
||||
(MSGLEVEL_MSGS|MSGLEVEL_DCCMSGS) : 0));
|
||||
}
|
||||
|
||||
if (settings_get_bool("use_msgs_window")) {
|
||||
window = window_create(NULL, TRUE);
|
||||
window_set_name(window, "(msgs)");
|
||||
window_set_level(window, MSGLEVEL_MSGS|MSGLEVEL_ACTIONS);
|
||||
window_set_level(window, MSGLEVEL_MSGS|MSGLEVEL_DCCMSGS);
|
||||
}
|
||||
|
||||
if (windows == NULL) {
|
||||
|
Loading…
Reference in New Issue
Block a user