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 {