Added a cuss module, several minor code improvements.

This commit is contained in:
Storm Dragon
2016-09-06 18:17:34 -04:00
parent 12204246ca
commit 2ffd9ae28f
3 changed files with 22 additions and 2 deletions

15
modules/cuss/cuss.sh Executable file
View File

@ -0,0 +1,15 @@
[ -f functions.sh ] && source functions.sh
# Add phrases in quotes to the array.
phrases=(
"cuss words, just let 'em roll, mother fucking shit god damn ass hole!"
"damn!"
"fuck the fucking fuckers!"
"fuck!"
"god damn it!"
"motherfucker"
"shit, piss, fuck, cunt, cocksucker, motherfucker, and tits."
"shit!"
"son of a bitch!"
)
msg "$2" "${phrases[$(($RANDOM % ${#phrases[@]}))]}"