Gratefully receive the gift of ZWSPs.

Reviewed-on: zgrep/happybot#3
This commit is contained in:
zgrep 2021-07-15 17:57:05 +00:00
commit 3b750cddd5
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;