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