nodejitsu / kohai

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

Expose plugins on the `kohai` object #31

Closed indexzero closed 13 years ago

indexzero commented 13 years ago

Plugins are not available directly on the kohai object right now. This will make it impossible to start/stop plugins in process. This should be modelled after the plugin system in haibu:

https://github.com/nodejitsu/haibu/blob/master/lib/haibu.js#L62

Marak commented 13 years ago

+1 @AvianFlu

AvianFlu commented 13 years ago

The way plugins load has been changed to more closely parallel the method used in haibu. Plugins will now be loaded upon dropping them into lib/plugins and starting the bot.