pattern-fix for webshot.lua
This commit is contained in:
parent
f0c4cb25bf
commit
f498dfe32e
@ -49,8 +49,8 @@ return {
|
|||||||
description = "Sendet einen Screenshot einer Webseite.",
|
description = "Sendet einen Screenshot einer Webseite.",
|
||||||
usage = "/webshot [URL]//scrot [URL]",
|
usage = "/webshot [URL]//scrot [URL]",
|
||||||
patterns = {
|
patterns = {
|
||||||
"^/webshot (https?://[%w-_%.%?%.:,/%+=&#!]+)$",
|
"^/webshot ([%w-_%.%?%.:,/%+=&#!]+)$",
|
||||||
"^/scrot (https?://[%w-_%.%?%.:,/%+=&#!]+)$"
|
"^/scrot ([%w-_%.%?%.:,/%+=&#!]+)$"
|
||||||
},
|
},
|
||||||
run = run
|
run = run
|
||||||
}
|
}
|
Reference in New Issue
Block a user