class Irc::Bot::Plugins::CoreBotModule
A CoreBotModule
is a BotModule
that provides core functionality.
This class should not be used by user plugins, as it’s reserved for system plugins such as the ones that handle authentication, configuration and basic functionality.
Public Instance Methods
Source
# File lib/rbot/plugins.rb, line 387 def botmodule_class :CoreBotModule end