Skip to content

Commit

Permalink
irc: changed default IRC network to Libera.chat, refs #1655
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarquis committed May 30, 2021
1 parent 666bbac commit 877e93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/irc/irc_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,7 @@ void IRC_Connect(void)
void IRC_Init(void)
{
irc_mode = Cvar_Get("irc_mode", "0", CVAR_ARCHIVE);
irc_server = Cvar_Get("irc_server", "irc.freenode.net", CVAR_ARCHIVE);
irc_server = Cvar_Get("irc_server", "irc.libera.chat", CVAR_ARCHIVE);
irc_channel = Cvar_Get("irc_channel", "etlegacy", CVAR_ARCHIVE);
irc_port = Cvar_Get("irc_port", "6667", CVAR_ARCHIVE);
irc_nickname = Cvar_Get("irc_nickname", "ETLClient", CVAR_ARCHIVE);
Expand Down

0 comments on commit 877e93e

Please sign in to comment.