diff --git a/conf/config.js b/conf/config.js index 4ff0317..0bbeef2 100644 --- a/conf/config.js +++ b/conf/config.js @@ -221,12 +221,12 @@ module.exports = { // - `join`: Comma-separated list of channels to auto-join once connected. // // This value is set to connect to the official channel of The Lounge on - // Freenode by default: + // irc.libera.chat by default: // // ```js // defaults: { - // name: "Freenode", - // host: "chat.freenode.net", + // name: "Libera.Chat", + // host: "irc.libera.chat", // port: 6697, // password: "", // tls: true, @@ -238,8 +238,8 @@ module.exports = { // } // ``` defaults: { - name: "Freenode", - host: "chat.freenode.net", + name: "Libera.Chat", + host: "irc.libera.chat", port: 6697, password: "", tls: true,