happybot/happybot/zwsp.sh

10 lines
234 B
Bash

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