mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 18:20:20 +00:00
Fix skipping autoconnect when passed 1 URL
This commit is contained in:
@@ -966,7 +966,7 @@ xchat_init (void)
|
|||||||
fe_serverlist_open (NULL);
|
fe_serverlist_open (NULL);
|
||||||
|
|
||||||
/* turned OFF via -a arg or by passing urls */
|
/* 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 */
|
/* do any auto connects */
|
||||||
if (!servlist_have_auto ()) /* if no new windows open .. */
|
if (!servlist_have_auto ()) /* if no new windows open .. */
|
||||||
|
|||||||
Reference in New Issue
Block a user