TerrordactylDesigns / boombot

Node.js powered Chat and DJ bot for Turntable.fm
http://terrordactyldesigns.github.com/boombot/
MIT License
24 stars 18 forks source link

Reference errors #2

Closed joadha closed 12 years ago

joadha commented 12 years ago

It looks like a recent commit removed the definition of the variables USERID and MASTERID.

TerrordactylDesigns commented 12 years ago

I moved those to the config.JSON. Will check whats up when I get home and can test, thank you for finding this!

joadha commented 12 years ago

No problem!

TerrordactylDesigns commented 12 years ago

MASTERID was actually ok, but USERID i had left a couple remnants of, just fixed that.

Both of these are set in the config.json file now under the botinfo and admin sections.

Big thanks for finding this issue btw (too many random variants of this code, need to organize them all).