Imrpoved 8ball module slightly.
This commit is contained in:
parent
b4d38fa0c4
commit
651a7ae6c6
@ -14,7 +14,9 @@ case "${question,,}" in
|
|||||||
if [[ "$(echo "$question" | tr -cd '[:digit:]')" =~ ^[0-9]+$ ]]; then
|
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")."
|
message="I just have the 2 big ol' hairy balls $(shuf -n 1 -e "on your chin" "in your mouth")."
|
||||||
else
|
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
|
fi
|
||||||
;;
|
;;
|
||||||
"does god exist?"|"is god real?"|"is there a god?")
|
"does god exist?"|"is god real?"|"is there a god?")
|
||||||
|
Loading…
Reference in New Issue
Block a user