# File lib/rbot/config.rb, line 209
    def method_missing(method, *args, &block)
      return @@config.send(method, *args, &block)
    end