| Module | Irc::Bot::Config |
| In: |
lib/rbot/config.rb
lib/rbot/message.rb lib/rbot/rbotconfig.rb |
Returns the only Irc::Bot::Config::ManagerClass
# File lib/rbot/config.rb, line 354
354: def Config.manager
355: return ManagerClass.instance
356: end