Module: Irc::BotConfig

Defined in:
lib/rbot/config-compat.rb

Class Method Summary collapse

Class Method Details

.register(*args) ⇒ Object



14
15
16
17
# File 'lib/rbot/config-compat.rb', line 14

def BotConfig.register(*args)
  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"
  Bot::Config.register(*args)
end