From 5667c94af1c22951ba00917f31fb75ba0f3f3eef Mon Sep 17 00:00:00 2001 From: timriker Date: Thu, 14 Nov 2002 01:37:53 +0000 Subject: [PATCH] try to appease the legal types git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@619 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/Exchange.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Modules/Exchange.pl b/blootbot/src/Modules/Exchange.pl index 926f7d6..5cba512 100644 --- a/blootbot/src/Modules/Exchange.pl +++ b/blootbot/src/Modules/Exchange.pl @@ -366,7 +366,7 @@ sub exchange { # grep /\S+/, ($html =~ m/ as of (\d{4}\.\d\d.\d\d\s\d\d:\d\d:\d\d\s\S+)|(\d[\d,.]+)\s*$From|(\d[\d,.]+)\s* $To/gi); if ($When) { - return "$Cfrom $Currencies{$From} makes ". + return "http://www.xe.com/ $Cfrom $Currencies{$From} makes ". "$Cto $Currencies{$To}"; # ." ($When)\n"; } else { return "i got some error trying that"; -- 2.39.5