From 0f7712f708457d6530fb91096f3f1cf55df6096d Mon Sep 17 00:00:00 2001 From: simonraven Date: Tue, 29 Mar 2005 21:17:34 +0000 Subject: [PATCH] fixed up the formatting a bit for the ICAO URIs git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1213 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/Modules/Weather.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blootbot/src/Modules/Weather.pl b/blootbot/src/Modules/Weather.pl index 7cf8a94..573550c 100644 --- a/blootbot/src/Modules/Weather.pl +++ b/blootbot/src/Modules/Weather.pl @@ -60,8 +60,8 @@ sub queryText { if (!$response->is_success) { 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 " + . " (see http://www.nws.noaa.gov/oso/site.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