Skip to content

Commit

Permalink
xchat_init: Remove always-false expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
konsolebox committed Apr 16, 2024
1 parent 004352a commit 2c6c604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/hexchat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c6c604

Please sign in to comment.