grr
This commit is contained in:
parent
18cb50f0a8
commit
1b8af94035
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user