mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Change default network from 'Libera.Chat' to 'Zoite'
This commit is contained in:
committed by
GitHub
parent
a47058758e
commit
2d8a61b704
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user