fixed doubling of replies

This commit is contained in:
Akshay S Dinesh 2015-01-12 09:07:58 +05:30
parent 2665a6dae8
commit f50c130d9f

View File

@ -32,7 +32,7 @@ return {
usage = "!google terms", usage = "!google terms",
patterns = { patterns = {
"^!google (.*)$", "^!google (.*)$",
"^.[g|G]oogle (.*)$" "^%.[g|G]oogle (.*)$"
}, },
run = run run = run
} }