KgBC / just-dice-bot

Hi, this is a flexible betting bot for just-dice.com. Feel free to use it under GPL. If you want to donate some Beer/Satoshis: 1CDjWb7zupTfQihc6sMeDvPmUHkfeMhC83 Thanks. The ACES branch is considered stable, use this if you don't want to develop and do not need latest features: https://github.com/KgBC/just-dice-bot/tree/aces
GNU General Public License v2.0
18 stars 6 forks source link

Ability to change config during runtime #43

Open KgBC opened 10 years ago

KgBC commented 10 years ago

It should be possible to switch to another config during runtime. Easiest would be moving the config to an own class instance. If the new config could not be loaded (syntax errors, internal checks) the old config should stay active and the bot should pause.