little changes

This commit is contained in:
2015-05-22 17:01:33 +02:00
parent eb02fcf372
commit dcccb2c8e9
50 changed files with 56 additions and 80 deletions

View File

@@ -70,10 +70,7 @@ end
return {
description = "Steam-Info",
usage = {"store.steampowered.com/app Link","steamcommunity.com/app Link"},
patterns = {
"store.steampowered.com/app/([0-9]+)",
"steamcommunity.com/app/([0-9]+)"
},
patterns = {"store.steampowered.com/app/([0-9]+)","steamcommunity.com/app/([0-9]+)"},
run = run
}