#!/usr/bin/env ash . /home/zgrep/offtopiabday/happybot/common.sh irc | while read -r n m; do if reg '^(happy|hate)bot[:,] zwsp' "$m"; then echo "${zwsp}zero-width space protocol: http://ayu.smar.fi:7070/0/zwsp" | say; fi; done;