brainfart.

master
Robert Gerus 2014-03-10 09:06:17 +01:00
parent 7e8c46c947
commit d9c1b8c9c6
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Client.register_trigger("PRIVMSG") do |msg|
if word =~ /^https?:\/\// then
original_url = word
if word =~ /4cdn[.]org/ then
url = download(word)
url = Scrape::download(word)
else
url = Digest::MD5.hexdigest(word)
end