This commit is contained in:
Akamaru 2016-02-06 14:49:55 +01:00
parent 91be51cbd5
commit 686337d9df
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ return {
description = "Suche für Kickstarter",
usage = "/kicks [BEGRIFF]",
patterns = {"^/[Kk][Ii][Cc][Kk][Ss] (.*)$",
"https?://www.kickstarter.com/projects/keoken/(.*)$"},
"https?://www.kickstarter.com/projects/[a-zA-Z0-9]+/(.*)$"},
run = run
}