diff --git a/plugins/url_title.lua b/plugins/url_title.lua index 87c1140..648fe47 100644 --- a/plugins/url_title.lua +++ b/plugins/url_title.lua @@ -58,7 +58,7 @@ function run(msg, matches) return { description = "Postet URL-Titel", usage = {"Irgendein Link"}, - patterns = {"^(https?://[%w-_%.%?%.:,/%+=&#]+)$",}, + patterns = {"^(https?://[%w-_%.%?%.:,/%+=&#!]+)$",}, run = run } end \ No newline at end of file diff --git a/plugins/webshot.lua b/plugins/webshot.lua index 4e5ec5a..97fb4d9 100644 --- a/plugins/webshot.lua +++ b/plugins/webshot.lua @@ -49,8 +49,8 @@ return { description = "Sendet einen Screenshot einer Webseite.", usage = "/webshot [URL]//scrot [URL]", patterns = { - "^/webshot (https?://[%w-_%.%?%.:/%+=&]+)$", - "^/scrot (https?://[%w-_%.%?%.:/%+=&]+)$" + "^/webshot (https?://[%w-_%.%?%.:,/%+=&#!]+)$", + "^/scrot (https?://[%w-_%.%?%.:,/%+=&#!]+)$" }, run = run } \ No newline at end of file