Merge pull request #101 from Surye/patch-2

Allow the question to follow the command.
This commit is contained in:
Yago 2015-04-09 21:56:31 +02:00
commit 46145f06d6

View File

@ -15,7 +15,7 @@ end
return { return {
description = "Magic 8Ball", description = "Magic 8Ball",
usage = "!magic8ball", usage = "!magic8ball",
patterns = {"^!magic8ball$"}, patterns = {"^!magic8ball"},
run = run run = run
} }