# File lib/rbot/core/auth.rb, line 289
  def auth_deny(m, p)
    auth_allow_deny(m, p.merge(:allow => false))
  end