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