From 62b7f331ccf26c312b0a4b8575e70353773d87f8 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 18 Apr 2017 19:46:10 -0400 Subject: [PATCH] excluded little_johnny jokes because they are too long, and excluded sex because this bot already has that functionaltiy uas the sex function. --- modules/joke/joke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/joke/joke.sh b/modules/joke/joke.sh index 500560e..4068aa7 100755 --- a/modules/joke/joke.sh +++ b/modules/joke/joke.sh @@ -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"