]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/Modules/Exchange.pl
syntax
[infobot.git] / 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;