stormbot/modules/douchebag/douchebag.sh

9 lines
539 B
Bash
Raw Normal View History

2017-04-05 16:58:30 -04:00
[ -f functions.sh ] && source functions.sh
douchebag=(
"Don't ask to ask, just ask!"
"STOP! READ THIS BEFORE YOU SPEAK! http://www.rockbox.org/wiki/IrcGuidelines"
"The human requesting this service can't be bothered to help you in person, so they requested a bot tell you that we don't discuss blah here, only blah+ which is totally different."
2017-04-05 16:58:30 -04:00
'Use a pastebin website, bun only the one approved by the users of this channel, else someone may flood your screen with whining and bitching!')
2017-04-07 19:24:23 -04:00
msg "$2" "$1: $(shuf -n1 -e "${douchebag[@]}")"