diff options
-rw-r--r-- | src/common/hexchat.c | 2 |
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 .. */ |