From 7f5100b7fe4b1247dbaaa31ff0721d1e03c89b4e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 30 Aug 2021 14:18:41 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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,