Google

# File rbot/registry.rb, line 30
    def initialize(bot)
      @bot = bot
      @db = DBHash.new @bot, "registry"
      debug "initializing bot registry"
    end