diff --git a/plugins/images.lua b/plugins/images.lua index a5c4249..c10afa0 100644 --- a/plugins/images.lua +++ b/plugins/images.lua @@ -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