mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
/SET autocreate_query_level DCCMSGS specifies now if DCC chats should
create query windows automatically. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@842 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3de1830008
commit
29a64a8924
2 changed files with 70 additions and 56 deletions
|
|
@ -284,7 +284,7 @@ static void read_settings(void)
|
|||
|
||||
void fe_queries_init(void)
|
||||
{
|
||||
settings_add_str("lookandfeel", "autocreate_query_level", "MSGS");
|
||||
settings_add_str("lookandfeel", "autocreate_query_level", "MSGS DCCMSGS");
|
||||
settings_add_bool("lookandfeel", "autocreate_own_query", TRUE);
|
||||
settings_add_int("lookandfeel", "autoclose_query", 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue