Have happybot ignore the weather lookup with #at

This commit is contained in:
Nick Chambers 2021-06-19 13:39:53 -05:00
parent 81f8bc6053
commit 23d2f78be8
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ irc | while read -r n m; do
else
printf '%s,%s' "$n" "$place" >> places.csv
fi
continue
else
continue;
fi