# File lib/rbot/core/auth.rb, line 305
  def auth_auth(m, params)
    params[:botuser] = 'owner'
    auth_login(m,params)
  end