wget gefixt

This commit is contained in:
Akamaru 2015-11-13 13:52:15 +01:00
parent 952372b818
commit 5aafe268fa
1 changed files with 4 additions and 3 deletions

View File

@ -11,10 +11,11 @@ end
return {
description = "Ein plugin, um Bilder oder Dateien zu downloaden",
usage = {"/getdata [URL]",
"/wget [URL]",
"/getimg [URL]"},
patterns = {"^/getdata (.*)$",
"/[Ww][Gg][Ee][Tt]",
"^/getimg (.*)$"
patterns = {"^/[Gg][Ee][Tt][Dd][Aa][Tt][Aa] (.*)$",
"/[Ww][Gg][Ee][Tt] (.*)$",
"^/[Gg][Ee][Tt][Ii][Mm][Gg] (.*)$"
},
run = run
}