I found these two ZWSPs on the road

I think they belong to you. Please take them.
This commit is contained in:
Wolfgang Müller 2021-07-15 16:57:06 +02:00
parent dc103b9096
commit 73a0c15bf6
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;