happybot/happybot/happy.sh

10 lines
178 B
Bash

#!/usr/bin/env ash
. /home/zgrep/offtopiabday/happybot/common.sh
irc | while read -r n m; do
if reg '^(happy|hate)bot[:,] :D$' "$m"; then
echo ":D" | zwsp | say;
fi;
done;