From 00839b59b6a9daa8652df0980ba4abe5f6b8a05a Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Tue, 5 Oct 2010 00:13:31 -0400 Subject: [PATCH] more work on 8ball --- plugins/8ball.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/8ball.pm b/plugins/8ball.pm index a7c88a9..4b02c50 100644 --- a/plugins/8ball.pm +++ b/plugins/8ball.pm @@ -17,7 +17,7 @@ sub { @a = split(/(?:\bor\b|\s*,\s*)/, $said->{body}); } - s/^\s*//, s/\s*$// for @a; #trim them up + s/^\s*//, s/\s*\?\s*$// for @a; #trim them up } else {