happybot/happybot/crontabguru.sh

10 lines
208 B
Bash
Raw Permalink Normal View History

2021-06-19 18:28:46 +00:00
#!/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