happybot/happybot/ichi.sh

10 lines
208 B
Bash
Raw Permalink Normal View History

2021-06-19 18:28:46 +00:00
#!/usr/bin/env ash
. /home/zgrep/offtopiabday/happybot/common.sh
irc | while read -r n m; do
if reg '^(happy|hate)bot[:,] ichi (.*)' "$m"; then
python3 happybot/ichi.py "$(m 2)" | zwsp | say;
2021-06-19 18:28:46 +00:00
fi;
done;