# File lib/plugins/growl2.rb, line 91 def is_sticky(s,sticky_keys) return true if sticky_keys['user'].include?(s.user.screen_name) || sticky_keys['keyword'] =~ s.text return false end