new sfx and some obs integration

This commit is contained in:
Chris Ham
2018-09-10 21:02:25 -07:00
parent 4ad54f427b
commit 3e1874ce4d
20 changed files with 378 additions and 74 deletions

View File

@@ -7,5 +7,21 @@
"allowedSfxChannels": "bot|alttp-alerts",
"sfxVolume": 0.3,
"botChannel": "bot",
"textCmdCooldown": 5
"textCmdCooldown": 5,
"twitch": {
"ircServer" : "irc.chat.twitch.tv",
"username": "greenhambot",
"oauth": "oauth:90aunml4vwyt7zgulm7s5m7xt4hnpc",
"channels": ["#greenham"],
"cmdPrefix": "$",
"blacklistedUsers": [],
"admins": ["greenham","greenhambot"]
},
"obs": {
"websocket": {
"address": "192.168.0.111:4444",
"password": "goodnewseveryone"
}
},
"debug": false
}