Help table generator

This commit is contained in:
yago
2015-01-23 23:49:51 +01:00
parent fb38228a97
commit 013b927c83
6 changed files with 74 additions and 17 deletions

View File

@ -28,8 +28,8 @@ function run(msg, matches)
end
return {
description = "Searches Google",
usage = "!google terms",
description = "Searches Google and send results",
usage = "!google [terms]",
patterns = {
"^!google (.*)$",
"^%.[g|G]oogle (.*)$"