# File lib/rbot/core/basics.rb, line 118
  def bot_help(m, param)
    m.reply @bot.help(param[:topic].join(" "))
  end