diff --git a/src/net/thauvin/erik/mobibot/Weather.java b/src/net/thauvin/erik/mobibot/Weather.java index ee9a298..6ff9e1c 100644 --- a/src/net/thauvin/erik/mobibot/Weather.java +++ b/src/net/thauvin/erik/mobibot/Weather.java @@ -169,6 +169,12 @@ public class Weather implements Runnable } } + return; + } + else + { + _bot.send(_sender, "Invalid Station ID. Please try again.", _isPrivate); + return; } }