excluded little_johnny jokes because they are too long, and excluded sex because this bot already has that functionaltiy uas the sex function.

This commit is contained in:
Storm Dragon 2017-04-18 19:46:10 -04:00
parent 640d79973e
commit 62b7f331cc

View File

@ -1,5 +1,5 @@
[ -f functions.sh ] && source functions.sh
joke="$(curl -s 'https://thatsagooden.tk/?api=txt&type=all')"
joke="$(curl -s 'https://thatsagooden.tk/?api=txt&type=all&exclude=sex,little_johnny')"
joke="${joke//[[:space:]]/ }"
msg "$2" "$joke"