summary refs log tree commit diff stats
path: root/src/common/hexchat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r--src/common/hexchat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c
index e82f73f5..c34c7c57 100644
--- a/src/common/hexchat.c
+++ b/src/common/hexchat.c
@@ -966,7 +966,7 @@ xchat_init (void)
 		fe_serverlist_open (NULL);
 
 	/* turned OFF via -a arg or by passing urls */
-	if (!arg_dont_autoconnect && !arg_urls)
+	if (!arg_dont_autoconnect && !arg_urls && !arg_url)
 	{
 		/* do any auto connects */
 		if (!servlist_have_auto ())	/* if no new windows open .. */