Class ConfigModule
In: lib/rbot/core/config.rb
Parent: CoreBotModule
Author:Giuseppe "Oblomov" Bilotta <giuseppe.bilotta@gmail.com>

Methods

Public Instance methods

TODO is this one of the methods that disappeared when the bot was moved from the single-file to the multi-file registry?

 def bot_reg_stat(m, param)
   m.reply @registry.stat.inspect
 end

[Validate]