Module | Irc::BotConfig |
In: |
lib/rbot/config-compat.rb
|
# File lib/rbot/config-compat.rb, line 14 14: def BotConfig.register(*args) 15: warn "deprecated usage: please use Irc::Bot::Config instead of Irc::BotConfig (e.g. Config.register instead of BotConfig.register, Config::<type>Value instead of BotConfig<type>Value" 16: Bot::Config.register(*args) 17: end