diff --git a/plugins/scrape.rb b/plugins/scrape.rb index 0a2f92a..3ceb18f 100644 --- a/plugins/scrape.rb +++ b/plugins/scrape.rb @@ -55,7 +55,7 @@ Client.register_trigger("PRIVMSG") do |msg| :nick => msg[:prefix].split('!').first ) - titles << title if title.size > 0 + titles << title if title.size > 0 and title !~ /Let me google that/ end end