From 2c6c6043aba03589168706649256a577bb0ea7b4 Mon Sep 17 00:00:00 2001 From: konsolebox Date: Tue, 16 Apr 2024 16:15:39 +0800 Subject: [PATCH] xchat_init: Remove always-false expressions --- src/common/hexchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 3ba7ed6d5..cfa2a201d 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -965,7 +965,7 @@ xchat_init (void) if (!servlist_have_auto ()) /* if no new windows open .. */ { /* and no serverlist gui ... */ - if (prefs.hex_gui_slist_skip || arg_url || arg_urls) + if (prefs.hex_gui_slist_skip) /* we'll have to open one. */ new_ircwindow (NULL, NULL, SESS_SERVER, 0); } else