pidgin/pidgin

Change the default irc server to libera.chat
release-2.x.y
2021-05-27, Gary Kramlich
c00b451a1dd8
Parents 47988aaeaf57
Children de9b3386381b
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 Thu May 13 20:16:30 2021 -0500
+++ b/libpurple/protocols/irc/irc.h Thu May 27 20:25:24 2021 -0500
@@ -34,7 +34,7 @@
#include "roomlist.h"
#include "sslconn.h"
-#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