diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-08-09 01:57:42 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-08-09 01:57:42 +0200 |
commit | 1e74680172e4ff43fb109557bea87d090d8376c2 (patch) | |
tree | 80aad05916b1bf3520f250ce5d886a6bb6d20c45 /src/common/xchat.h | |
parent | c000073225cafe8f2ed6d30ff4b9ba5351dfbb6b (diff) |
add option to auto-open a new tab when sending /msg (openSUSE)
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h index 6856d949..3ec13e6b 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -205,6 +205,7 @@ struct xchatprefs unsigned int perc_ascii; unsigned int autosave; unsigned int autodialog; + unsigned int gui_auto_open_msg; unsigned int autosave_url; unsigned int autoreconnect; unsigned int autoreconnectonfail; |