# File lib/rbot/core/remote.rb, line 371
  def remote_test(m, params)
    @bot.say params[:channel], "This is a remote test"
  end