# File lib/rbot/core/basics.rb, line 80
  def bot_say(m, param)
    @bot.say param[:where], param[:what].to_s
  end