Fix DOT extension.
This commit is contained in:
parent
adf8120c70
commit
230fbc0177
@ -10,11 +10,11 @@ return {
|
||||
description = "When user sends image URL (ends with png, jpg, jpeg) download and send it to origin.",
|
||||
usage = "",
|
||||
patterns = {
|
||||
"(https?://[%w-_%.%?%.:/%+=&]+.png)$",
|
||||
"(https?://[%w-_%.%?%.:/%+=&]+.jpg)$",
|
||||
"(https?://[%w-_%.%?%.:/%+=&]+.jpeg)$",
|
||||
"(https?://[%w-_%.%?%.:/%+=&]+%.png)$",
|
||||
"(https?://[%w-_%.%?%.:/%+=&]+%.jpg)$",
|
||||
"(https?://[%w-_%.%?%.:/%+=&]+%.jpeg)$",
|
||||
},
|
||||
run = run
|
||||
}
|
||||
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user