diff --git a/happybot/weather.sh b/happybot/weather.sh index 819a5fd..9d23065 100644 --- a/happybot/weather.sh +++ b/happybot/weather.sh @@ -17,6 +17,8 @@ irc | while read -r n m; do else printf '%s,%s' "$n" "$place" >> places.csv fi + + continue else continue; fi