Class: Irc::Bot::Plugins::CoreBotModule
- Defined in:
- lib/rbot/plugins.rb
Overview
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.
Instance Attribute Summary
Attributes inherited from BotModule
Instance Method Summary collapse
Methods inherited from BotModule
#call_event, #cleanup, #datafile, #default_auth, #define_filter, #dirname, #do_map, #fake_message, #filter_group, #filter_group=, #flush_registry, #handle, #help, #initialize, #load_filters, #map, #map!, #name, #priority, #priority=, #propose_default_path, #register, #to_s, #to_sym, #usage
Constructor Details
This class inherits a constructor from Irc::Bot::Plugins::BotModule
Instance Method Details
#botmodule_class ⇒ Object
387 388 389 |
# File 'lib/rbot/plugins.rb', line 387 def botmodule_class :CoreBotModule end |