# File lib/rbot/ircbot.rb, line 1147
  def delegate_privmsg(message)
    [@auth, @plugins].each {|m|
      break if m.privmsg(message)
    }
  end