Class Irc::Bot::Plugins::Plugin
In: lib/rbot/plugins.rb
Parent: BotModule

A Plugin is a BotModule that provides additional functionality.

A user-defined plugin should subclass this, and then define any of the methods described in the documentation for BotModule to handle interaction with Irc events.

Methods

Public Instance methods

[Validate]