stormbot/modules/advice/advice.sh

14 lines
753 B
Bash
Raw Normal View History

2017-04-04 11:38:11 -04:00
[ -f functions.sh ] && source functions.sh
advice=(
'If love hurts, move slightly to the left.'
2017-04-04 12:15:22 -04:00
'When in doubt, mumble.'
'If love hurts, it may be the wrong hole.'
'If your girlfriend or spouce starts smoking, slow down a bit, and try a lubricant.'
2017-04-04 11:38:11 -04:00
'Never sweat the petty stuff, but always pet the sweatty stuff.'
2017-04-04 12:15:22 -04:00
'Friends are like condoms, they protect you when things get hard.'
'Friends are like butt cheeks, when shit separates them they always come back together.'
2017-04-04 11:38:11 -04:00
"There are three kinds of people in this world, those who can count, and those who can't"
"Never judge a man 'til you have walked a mile in his shoes. That way, if he turns out to be an ass hole you have his shoes and are a mile away.")
msg "$2" "$1: $(shuf -n1 -e "${advice[@]}")"