]> git.donarmstrong.com Git - infobot.git/blobdiff - blootbot/src/Modules/Exchange.pl
* Moved old /trunk/www out of trunk
[infobot.git] / blootbot / src / Modules / Exchange.pl
index 71dc58bdeef1164e5ab5fc69370a85b9a7433d6c..e61fa747365ceaa40623722a618203bc61646486 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;
@@ -392,7 +392,7 @@ sub query {
   return;
 }
 
-
+#print &exchange('1 usd to eur') . "\n";
 1;
 
 __END__