diff --git a/config/beerchat.js b/config/beerchat.js index a8c493f..c19c876 100644 --- a/config/beerchat.js +++ b/config/beerchat.js @@ -6,7 +6,6 @@ module.exports = { "host": "chat.freenode.net", "username": "pandorabot", "password": process.env.BEERCHAT_IRC_PASSWORD, - "debug": true, "system_channel": "main", "channels": { "main": "pandorabox", @@ -21,10 +20,21 @@ module.exports = { "nsfw": "pandorabox-nsfw", "ideas": "pandorabox-ideas" } + },{ + "name": "Libera", + "type": "irc", + "host": "irc.libera.chat", + "username": "pandorabot", + "password": process.env.BEERCHAT_LIBERA_PASSWORD, + "system_channel": "main", + "channels": { + "main": "pandorabox", + "mod": "pandorabox-mod", + "offtopic": "pandorabox-offtopic" + } },{ "name": "Discord", "type": "discord", - "debug": true, "token": process.env.BEERCHAT_DISCORD_TOKEN, "system_channel": "main", "channels": {