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