pidgin/pidgin

9ca16e4c1c34
Parents 631788774f96
Children 0131c0786803
Change the default irc server to libera.chat

This seems to make the most sense for users right now as many many channels have migrated away from freenode with many of them moving to libera.

Testing Done:
Compile only.

Reviewed at https://reviews.imfreedom.org/r/675/
--- a/libpurple/protocols/irc/irc.h Tue May 25 22:58:34 2021 -0500
+++ b/libpurple/protocols/irc/irc.h Thu May 27 19:12:06 2021 -0500
@@ -35,7 +35,7 @@
#define IRC_TYPE_PROTOCOL (irc_protocol_get_type())
G_DECLARE_FINAL_TYPE(IRCProtocol, irc_protocol, IRC, PROTOCOL, PurpleProtocol)
-#define IRC_DEFAULT_SERVER "irc.freenode.net"
+#define IRC_DEFAULT_SERVER "irc.libera.chat"
#define IRC_DEFAULT_PORT 6667
#define IRC_DEFAULT_SSL_PORT 994