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