mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Change network name check from 'Libera.Chat' to 'Zoite'
This commit is contained in:
committed by
GitHub
parent
9ee8a53b9c
commit
118ac25059
@@ -252,7 +252,7 @@ joind_show_dialog (server *serv)
|
||||
G_CALLBACK (joind_ok_cb), serv);
|
||||
|
||||
if (serv->network)
|
||||
if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "Libera.Chat") == 0)
|
||||
if (g_ascii_strcasecmp(((ircnet*)serv->network)->name, "Zoite") == 0)
|
||||
{
|
||||
gtk_entry_set_text (GTK_ENTRY (entry1), "#zoitechat");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user