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.
Public Instance Methods
botmodule_class()
click to toggle source
# File lib/rbot/plugins.rb, line 405 def botmodule_class :Plugin end