Change default network from 'Libera.Chat' to 'Zoite'

This commit is contained in:
deepend-tildeclub
2026-01-12 22:26:27 -07:00
committed by GitHub
parent a47058758e
commit 2d8a61b704

View File

@@ -913,7 +913,7 @@ servlist_load_defaults (void)
{
int i = 0, j = 0;
ircnet *net = NULL;
guint def_hash = g_str_hash ("Libera.Chat");
guint def_hash = g_str_hash ("Zoite");
while (1)
{