mutewinter / Showbot

🤖 An IRC Bot and Website for 5by5.tv written with the Cinch and Sinatra frameworks
MIT License
90 stars 31 forks source link

Mass-restructuring of bot configuration. #55

Closed rikai closed 8 years ago

rikai commented 11 years ago

This is the major chunk of the work i outlined in #53. It should make updating and maintaining Showbot easier both for you and other people that want to use the project.

All of the major bot configuration has been reduced down to editing cinchize.yml and .env. Been running most of these changes live to test them out without any issues that weren't PEBKAC.

The only completely untested section is the migration of the backup.rb settings to .env, so you may want to verify that works. :) Everything else is pretty much explained in the commit messages and outlined in that issue, i'll post there listing what's left to do and hasn't been included in this MR.

rikai commented 11 years ago

I think this is finally finished, still need testing on fdc4749, but i'm pretty sure everything else is good.

rikai commented 11 years ago

Might want to consider using dotenv in the long run instead of that last commit. Learned about it from here. May be a slightly more clean and intuitive solution.