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