Skip to content

Commit

Permalink
Allow the question to follow the command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Surye committed Apr 9, 2015
1 parent f4ac605 commit 76960ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/magic8ball.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ end
return {
description = "Magic 8Ball",
usage = "!magic8ball",
patterns = {"^!magic8ball$"},
patterns = {"^!magic8ball"},
run = run
}

Expand Down

0 comments on commit 76960ef

Please sign in to comment.