Added invalid station ID message.
This commit is contained in:
parent
30fd40caf0
commit
94fd3d558a
1 changed files with 6 additions and 0 deletions
|
@ -169,6 +169,12 @@ public class Weather implements Runnable
|
|||
}
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
_bot.send(_sender, "Invalid Station ID. Please try again.", _isPrivate);
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue