multiple patterns

This commit is contained in:
yago
2014-11-04 22:06:59 +01:00
parent 6ef55411a1
commit 7d8abde1d1
12 changed files with 38 additions and 36 deletions

View File

@ -21,9 +21,9 @@ function run(msg, matches)
end
return {
description = "send random url image from 9gag",
usage = "9gag",
regexp = "^9gag$",
description = "send random image from 9gag",
usage = "!9gag",
patterns = {"^!9gag$"},
run = run
}