kenany / nwitch

A simple, pluggable IRC bot.
https://github.com/nwitch
MIT License
7 stars 0 forks source link

Express app is trying to use a removed config #14

Closed kenany closed 10 years ago

kenany commented 10 years ago

app.js is still trying to use the ID and Secret of a TwitchTV app despite this feature (#12) not being used (for now). This is breaking nwitch for users who don't have the config (it's an undocumented config so this is not the user's fault). I still had the config in my config.toml so that explains how this got through unnoticed.