happybot/happybot/crontabguru.sh

10 lines
208 B
Bash
Executable File

#!/usr/bin/env ash
. /home/zgrep/offtopiabday/happybot/common.sh
irc | while read -r n m; do
if hreg '^happybot[:,] crontab (.+)$' "$m"; then
node happybot/crontabguru.js "$(m 1)" | zwsp | say;
fi
done