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.
# File lib/rbot/plugins.rb, line 399 def botmodule_class :Plugin end