# File lib/rbot/core/basics.rb, line 88
  def bot_mode(m, param)
    @bot.mode param[:where], param[:what], param[:who].join(" ")
  end