Weather module added.

This commit is contained in:
Storm Dragon
2016-09-09 14:42:18 -04:00
parent 59042bb054
commit 65c1ab25c0
2 changed files with 3 additions and 1 deletions

View File

@ -10,4 +10,4 @@ fi
if [ ${#weatherInfo} -lt 5 ]; then
weatherInfo="Sorry $1, no weather found for $3."
fi
echo "$2" "$1: $weatherInfo"
msg "$2" "$1: $weatherInfo"