From 73a0c15bf628b2ee1d4a209eec75224a5d8de0b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20M=C3=BCller?= Date: Thu, 15 Jul 2021 16:57:06 +0200 Subject: [PATCH] I found these two ZWSPs on the road I think they belong to you. Please take them. --- happybot/happy.sh | 2 +- happybot/ichi.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/happybot/happy.sh b/happybot/happy.sh index 34364b0..3b1b3b5 100644 --- a/happybot/happy.sh +++ b/happybot/happy.sh @@ -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; diff --git a/happybot/ichi.sh b/happybot/ichi.sh index 4c2575d..4b234ac 100755 --- a/happybot/ichi.sh +++ b/happybot/ichi.sh @@ -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;