# File lib/rbot/core/utils/utils.rb, line 169
    def Utils.bot=(b)
      debug "initializing utils"
      @@bot = b
      @@safe_save_dir = "#{@@bot.botclass}/safe_save"
    end