Added invalid station ID message.

This commit is contained in:
Erik C. Thauvin 2004-03-10 17:03:26 +00:00
parent 30fd40caf0
commit 94fd3d558a

View file

@ -169,6 +169,12 @@ public class Weather implements Runnable
}
}
return;
}
else
{
_bot.send(_sender, "Invalid Station ID. Please try again.", _isPrivate);
return;
}
}