nodejitsu / kohai

I am kohai. I am a pluggable irc bot for managing real-time data events.
91 stars 17 forks source link

Add ability to manage configuration settings per plugin / split up config.json #49

Closed Marak closed 13 years ago

Marak commented 13 years ago

We should break out the individual plugin configurations in the main config.json and have them set on the plugin level instead.

chapel commented 13 years ago

e.g. having their own config.json file?

I think this would be good, would allow for more robust and complicated plugins without polluting the main config.

Marak commented 13 years ago

My thoughts exactly. This is probably something we'd want to implement in the plugin constructor.