]> git.donarmstrong.com Git - infobot.git/commitdiff
multiple symbols
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 21 Nov 2002 09:34:05 +0000 (09:34 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 21 Nov 2002 09:34:05 +0000 (09:34 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@644 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Quote.pl

index de455bd87cd73fd187e3a5e89fb7784f573c573d..61e2a805f099ed54520ba3315fc2e3a739ddb782 100644 (file)
@@ -30,6 +30,7 @@ sub Quote {
 
     my ($reply);
     foreach my $result (@results) {
+       chomp $result;
        # get rid of the quotes
        $result =~ s/\"//g;