]> git.donarmstrong.com Git - infobot.git/commitdiff
added another link for the ICAO manual lookup; first one may error out
authorsimonraven <simonraven@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 29 Mar 2005 21:06:21 +0000 (21:06 +0000)
committersimonraven <simonraven@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 29 Mar 2005 21:06:21 +0000 (21:06 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@1212 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/Weather.pl

index 9fef90e73071b46b9535063ef7dd201428d02537..7cf8a94e58d8cc637eee315898bc7284b8be2a3b 100644 (file)
@@ -60,7 +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"
+                   . " (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"