mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 17:20:21 +00:00
Revert "add option to auto-open a new tab when sending /msg (openSUSE)", /query msg is already there for that
This reverts commit 1e74680172.
This commit is contained in:
@@ -423,7 +423,6 @@ const struct prefs vars[] = {
|
||||
|
||||
{"gui_auto_open_chat", P_OFFINT (autoopendccchatwindow), TYPE_BOOL},
|
||||
{"gui_auto_open_dialog", P_OFFINT (autodialog), TYPE_BOOL},
|
||||
{"gui_auto_open_msg", P_OFFINT (gui_auto_open_msg), TYPE_BOOL},
|
||||
{"gui_auto_open_recv", P_OFFINT (autoopendccrecvwindow), TYPE_BOOL},
|
||||
{"gui_auto_open_send", P_OFFINT (autoopendccsendwindow), TYPE_BOOL},
|
||||
{"gui_dialog_height", P_OFFINT (dialog_height), TYPE_INT},
|
||||
|
||||
@@ -2605,13 +2605,7 @@ cmd_msg (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
||||
}
|
||||
newsess = find_dialog (sess->server, nick);
|
||||
if (!newsess)
|
||||
{
|
||||
newsess = find_channel (sess->server, nick);
|
||||
if (!newsess && prefs.gui_auto_open_msg)
|
||||
{
|
||||
newsess = new_ircwindow (sess->server, nick, SESS_DIALOG, 0);
|
||||
}
|
||||
}
|
||||
if (newsess)
|
||||
inbound_chanmsg (newsess->server, NULL, newsess->channel,
|
||||
newsess->server->nick, msg, TRUE, FALSE);
|
||||
|
||||
@@ -205,7 +205,6 @@ 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;
|
||||
|
||||
Reference in New Issue
Block a user