From 4341fe74e6adda1e858f88beafa7d50898b5aea2 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 29 Mar 2005 21:19:08 +0000 Subject: [PATCH] might as well indent it correctly too git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1214 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/Weather.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blootbot/src/Modules/Weather.pl b/blootbot/src/Modules/Weather.pl index 573550c..ecf37cf 100644 --- a/blootbot/src/Modules/Weather.pl +++ b/blootbot/src/Modules/Weather.pl @@ -61,7 +61,7 @@ sub queryText { if ($response->code == 404) { return "I can't find station code \"$station\"" . " (see http://www.nws.noaa.gov/oso/site.shtml" - . " or http://www.nws.noaa.gov/tg/siteloc.shtml" + . " or http://www.nws.noaa.gov/tg/siteloc.shtml" . " for ICAO locations codes)."; } else { return "Something failed in connecting to the NOAA web" -- 2.39.5