From 2d8a61b7040c77f94d4906a0fa1a58c09a7ce92b Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Mon, 12 Jan 2026 22:26:27 -0700 Subject: [PATCH] Change default network from 'Libera.Chat' to 'Zoite' --- src/common/servlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/servlist.c b/src/common/servlist.c index 16e6db35..dd06d52d 100644 --- a/src/common/servlist.c +++ b/src/common/servlist.c @@ -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) {