Fixed reminders involving tells, added multiple word detection example in keywords.

This commit is contained in:
Storm Dragon
2016-09-16 22:00:59 -04:00
parent 387432cdcd
commit b6f2351a0e
3 changed files with 9 additions and 1 deletions

View File

@ -17,6 +17,9 @@ else
message="I have 2 greate big ol' hairy balls. You wanna touch 'em?"
fi
;;
"does god exist?"|"is god real?"|"is there a god?")
message="According to your $(shuf -e -n1 "mother" "daughter" "sister" "wife" "grandmother" "girl friend") I am God. She kept screaming it at me all last night, \"OH GOD ${nick^^} DON'T STOP!\""
;;
*)
message="$(shuf -n1 -e "yes" "no" "maybe" "ask again later")."
esac