002621 | @ q3k | ar: ^ if "Let me google that" in url.address then exit end

master
Robert Gerus 2015-03-24 01:30:35 +01:00
parent 6b0d4e41a5
commit bfc4de5680
1 changed files with 1 additions and 1 deletions

View File

@ -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