# File lib/rbot/registry.rb, line 298
    def sub_registry(prefix)
      return BotRegistryAccessor.new(@bot, @name + "/" + prefix)
    end