WildPHP / irc-bot

A simple and modular PHP IRC bot
MIT License
84 stars 24 forks source link

Configuration storage: Use ConfigurationProviders #50

Closed NanoSector closed 8 years ago

NanoSector commented 8 years ago

Right now NEON is hardwired into the storage; this violates the single responsibility rule.

Also I will be moving the configuration towards a module. This allows for flexibility.

NanoSector commented 8 years ago

So it's not going to be a module, but it is going to be modular. Backends can be swapped out and substituted for another if desired.

Right now it is all working.