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