class Irc::Bot::Plugins::Plugin
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.