updated usage and patterns

This commit is contained in:
2015-04-28 17:49:11 +02:00
parent b18d2c6197
commit 5d55b9a1a2
59 changed files with 122 additions and 257 deletions

View File

@ -68,10 +68,8 @@ end
return {
description = "Grabs Steam info for Steam links.",
usage = "",
patterns = {
"http://store.steampowered.com/app/([0-9]+)",
},
usage = {"store.steampowered.com Link"},
patterns = {"http://store.steampowered.com/app/([0-9]+)",},
run = run
}