From 23d2f78be879ffd55f57f3865c0095c5e2c15dd1 Mon Sep 17 00:00:00 2001 From: Nick Chambers Date: Sat, 19 Jun 2021 13:39:53 -0500 Subject: [PATCH] Have happybot ignore the weather lookup with #at --- happybot/weather.sh | 2 ++ 1 file changed, 2 insertions(+) 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