totallymike / ircnode

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

Dynamic plugin loading #43

Closed sigv closed 11 years ago

sigv commented 12 years ago

This is a proposed solution to #9 to dynamically reload plugins when they are modified.

sigv commented 12 years ago

This requires some rewriting as plugins that automatically attach hooks to, for example incoming PRIVMSGes will leave the hooks listening. That would spam the channel with many, many messages when the hook is triggered and it responds.