nodejitsu / kohai

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

Configuration should not be loaded in `kohai.start()` #30

Closed indexzero closed 13 years ago

indexzero commented 13 years ago

Right now we load the configuration in lib/kohai.js here: https://github.com/nodejitsu/kohai/blob/master/lib/kohai.js#L10

This should be performed in bin/server and kohai.start() should take the JSON configuration object as a parameter.