add libera beerchat config and initial channel map

master
BuckarooBanzay 2021-05-19 19:51:50 +02:00
parent ecbd81c690
commit c3c9a41158
1 changed files with 12 additions and 2 deletions

View File

@ -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": {