summary refs log tree commit diff stats
path: root/src/common/outbound.c
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-23 11:58:39 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-23 11:58:39 +0100
commitf45abe6fadf11e9f307d78b572377adc3b0d384e (patch)
treeed9932c90198068332e059d18a7980a7e210643e /src/common/outbound.c
parent67ef819ebced1e46874b60abaef5876444585684 (diff)
Revert "add option to auto-open a new tab when sending /msg (openSUSE)", /query msg is already there for that
This reverts commit 1e74680172e4ff43fb109557bea87d090d8376c2.
Diffstat (limited to 'src/common/outbound.c')
-rw-r--r--src/common/outbound.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/common/outbound.c b/src/common/outbound.c
index 8ae1bb55..55ea003f 100644
--- a/src/common/outbound.c
+++ b/src/common/outbound.c
@@ -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);