First commit of Mikubot

This commit is contained in:
2015-04-14 20:21:23 +02:00
parent 77d7d65412
commit ce629850e2
106 changed files with 725 additions and 1332 deletions

View File

@ -28,10 +28,10 @@ function run(msg, matches)
end
return {
description = "Searches Google and send results",
usage = "!google [terms]: Searches Google and send results",
description = "Durchsucht Google und sendet die ersten 5 Ergebnisse",
usage = "/google [Begriff]",
patterns = {
"^!google (.*)$",
"^/google (.*)$",
"^%.[g|G]oogle (.*)$"
},
run = run