From 78fe21188a1c78c98724d82f365329aaff8e2f8c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 30 Aug 2021 14:57:15 +0200 Subject: [PATCH] Update config.js --- conf/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/config.js b/conf/config.js index dc32196..0bbc4d9 100644 --- a/conf/config.js +++ b/conf/config.js @@ -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,