Change default network to Libera.Chat

This commit is contained in:
Patrick Griffis
2021-05-23 21:15:43 -05:00
parent ad20708766
commit d3545f37cd
2 changed files with 3 additions and 3 deletions

View File

@@ -247,7 +247,7 @@ joind_show_dialog (server *serv)
G_CALLBACK (joind_ok_cb), serv);
if (serv->network)
if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "freenode") == 0)
if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "Libera.Chat") == 0)
{
gtk_entry_set_text (GTK_ENTRY (entry1), "#hexchat");
}