# File lib/rbot/irc.rb, line 1119 def any?(*ar) !!ar.find { |m| s = m.to_sym ; self[s] && self[s].set? } end