totallymike / ircnode

Extensible IRC bot written with node.js
https://github.com/totallymike/ircnode/wiki
MIT License
4 stars 2 forks source link

Multiple commands from one plugin #24

Closed sigv closed 12 years ago

sigv commented 12 years ago

Currently each plugin can only implement one command and as many parameters as the developer wants. This is fine for most situations but large plugins may require multiple commands.

theVDude commented 12 years ago

I've just got this working. Cleaning up a bit and making an example plugin for it. The exports on each plugin needs changed a little bit for it to work, but it's early enough on to do that. I'll have a commit up later.

sigv commented 12 years ago

Closing as this was merged into master.