I found these two ZWSPs on the road #3

Merged
zgrep merged 1 commits from wolf/happybot:zwsp into master 2021-07-15 17:57:05 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
irc | while read -r n m; do
if reg '^(happy|hate)bot[:,] :D$' "$m"; then
echo ":D" | say;
echo ":D" | zwsp | say;
fi;
done;

View File

@ -4,6 +4,6 @@
irc | while read -r n m; do
if reg '^(happy|hate)bot[:,] ichi (.*)' "$m"; then
python3 happybot/ichi.py "$(m 2)" | say;
python3 happybot/ichi.py "$(m 2)" | zwsp | say;
fi;
done;