#!/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; fi; done;