Fixed a spacing issue in weather module.
This commit is contained in:
parent
e9d92da650
commit
b4d38fa0c4
@ -67,7 +67,7 @@ fi
|
|||||||
if [[ -n "${weatherInfo[o]}" ]]; then
|
if [[ -n "${weatherInfo[o]}" ]]; then
|
||||||
message+="Chance of precipitation ${weatherInfo[o]} "
|
message+="Chance of precipitation ${weatherInfo[o]} "
|
||||||
fi
|
fi
|
||||||
message+=" Humidity: ${weatherInfo[h]}. "
|
message+="Humidity: ${weatherInfo[h]}. "
|
||||||
message+="Sunrise: ${weatherInfo[S]}, Sunset: ${weatherInfo[s]}."
|
message+="Sunrise: ${weatherInfo[S]}, Sunset: ${weatherInfo[s]}."
|
||||||
|
|
||||||
msg "$channelName" "$name: ${message//+/ }"
|
msg "$channelName" "$name: ${message//+/ }"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user