module Irc::BotConfig

Public Class Methods

register(*args) click to toggle source
# 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