From fe46685bacd987fecbe70a4117fbb91db7b582f2 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Sun, 21 Nov 2010 18:13:11 -0500 Subject: [PATCH] removing the period so that it works better inside a macro --- plugins/8ball.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/8ball.pm b/plugins/8ball.pm index 066c1c1..677a5a5 100644 --- a/plugins/8ball.pm +++ b/plugins/8ball.pm @@ -66,7 +66,7 @@ my $a=sub { "As I see it, yes"); } - print $a[rand@a]."." + print $a[rand@a] }; return $a