From 651a7ae6c6839eb366311d8ba3a2748bbf45c876 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 30 Jul 2020 20:47:39 -0400 Subject: [PATCH] Imrpoved 8ball module slightly. --- modules/8ball/8ball.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/8ball/8ball.sh b/modules/8ball/8ball.sh index 1218539..0d2806a 100755 --- a/modules/8ball/8ball.sh +++ b/modules/8ball/8ball.sh @@ -14,7 +14,9 @@ case "${question,,}" in if [[ "$(echo "$question" | tr -cd '[:digit:]')" =~ ^[0-9]+$ ]]; then message="I just have the 2 big ol' hairy balls $(shuf -n 1 -e "on your chin" "in your mouth")." else -message="I have 2 greate big ol' hairy balls. You wanna touch 'em?" +message="$(shuf -n1 -e "I have 2 greate big ol' hairy balls. You wanna touch 'em?" \ + "I've got balls of steel! Steel, steel, steel!" \ + "Balls balls balls! I've got balls of steel! Steel, steel, steel! BALLS OF STEEL!")" fi ;; "does god exist?"|"is god real?"|"is there a god?")