Compare commits

...

2 Commits

Author SHA1 Message Date
zgrep 3b750cddd5 Gratefully receive the gift of ZWSPs.
Reviewed-on: zgrep/happybot#3
2021-07-15 17:57:05 +00:00
Wolfgang Müller 73a0c15bf6 I found these two ZWSPs on the road
I think they belong to you. Please take them.
2021-07-15 16:57:06 +02: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;