From 76960ef4ec76348014d484d846533f4c0a3690c6 Mon Sep 17 00:00:00 2001 From: Vincent Castellano Date: Wed, 8 Apr 2015 17:11:53 -0700 Subject: [PATCH] Allow the question to follow the command. --- plugins/magic8ball.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/magic8ball.lua b/plugins/magic8ball.lua index c592d66..7d62c71 100644 --- a/plugins/magic8ball.lua +++ b/plugins/magic8ball.lua @@ -15,7 +15,7 @@ end return { description = "Magic 8Ball", usage = "!magic8ball", - patterns = {"^!magic8ball$"}, + patterns = {"^!magic8ball"}, run = run }