From bfc4de568054e27345803ecc9641fd6eac947e2d Mon Sep 17 00:00:00 2001 From: Robert Gerus Date: Tue, 24 Mar 2015 01:30:35 +0100 Subject: [PATCH] 002621 | @ q3k | ar: ^ if "Let me google that" in url.address then exit end --- plugins/scrape.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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