This commit is contained in:
Akamaru 2015-07-22 17:49:40 +02:00
parent 18cb50f0a8
commit 1b8af94035
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ function run(msg, matches)
local url = matches[1]
local receiver = get_receiver(msg)
local url = string.gsub(url, "https://img.centzilius.de", "http://img.centzilius.de")
local url = string.gsub(url, "https://img.pegelf.de", "http://img.pegelf.de")
send_photo_from_url(receiver, url)
end