# File rbot/registry.rb, line 77
    def initialize(bot, prefix)
      @bot = bot
      @registry = @bot.registry
      @orig_prefix = prefix
      @prefix = prefix + "/"
      @default = nil
      # debug "initializing registry accessor with prefix #{@prefix}"
    end