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