Module: Irc::Bot::Plugins
- Defined in:
- lib/rbot/plugins.rb,
lib/rbot/core/remote.rb,
lib/rbot/core/utils/extends.rb,
lib/rbot/core/utils/filters.rb
Defined Under Namespace
Modules: RemoteBotModule, RemoteCoreBotModule, RemotePlugin Classes: BotModule, CoreBotModule, Plugin, PluginManagerClass, RecurseTooDeep
Constant Summary collapse
- MAX_RECURSE_DEPTH =
Maximum fake message recursion
10
Class Method Summary collapse
-
.manager ⇒ Object
Returns the only PluginManagerClass instance.
Class Method Details
.manager ⇒ Object
Returns the only PluginManagerClass instance
1023 1024 1025 |
# File 'lib/rbot/plugins.rb', line 1023 def Plugins.manager return PluginManagerClass.instance end |