]> git.donarmstrong.com Git - infobot.git/commitdiff
syntax
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 27 Jul 2007 20:24:32 +0000 (20:24 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 27 Jul 2007 20:24:32 +0000 (20:24 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1349 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/Modules/Exchange.pl

index 71dc58bdeef1164e5ab5fc69370a85b9a7433d6c..a2e4d49a89b8c21c99d744658f9261bb97d6239c 100644 (file)
@@ -289,7 +289,7 @@ sub exchange {
        # looking up the currency for a country
        $Country = $1;
     } else {
-       return 'that doesn't look right';
+       return "that doesn't look right";
     }
 
     my $ua = new LWP::UserAgent;