| Class | Irc::Plugins::Plugins |
| In: |
lib/rbot/plugins.rb
|
| Parent: | Object |
class to manage multiple plugins and delegate messages to them for handling
| bot: | associated IrcBot class |
| dirlist: | array of directories to scan (in order) for plugins |
create a new plugin handler, scanning for plugins in dirlist
see if we have a plugin that wants to handle this message, if so, pass it to the plugin and return true, otherwise false