Have happybot ignore the weather lookup with #at
This commit is contained in:
parent
81f8bc6053
commit
23d2f78be8
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ irc | while read -r n m; do
|
|||
else
|
||||
printf '%s,%s' "$n" "$place" >> places.csv
|
||||
fi
|
||||
|
||||
continue
|
||||
else
|
||||
continue;
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue