Fixedspacing in the botsnack module.
This commit is contained in:
parent
2001b530a3
commit
0b28d9c63a
@ -6,10 +6,11 @@ chan="$1"
|
|||||||
shift
|
shift
|
||||||
snack="${@#botsnack}"
|
snack="${@#botsnack}"
|
||||||
snack="${snack:-$(shuf -n1 -e\
|
snack="${snack:-$(shuf -n1 -e\
|
||||||
"BBQ microchips"\
|
"BBQ microchips" \
|
||||||
"BBQ sunflower seeds"\
|
"BBQ sunflower seeds" \
|
||||||
"BBQ corn nuts"\
|
"BBQ corn nuts" \
|
||||||
"steak")}"
|
"deep fried goat placenta" \
|
||||||
|
"steak")} "
|
||||||
thanks="$(shuf -n1 -e "Thank you" "You're so awesome" "You shouldn't have" "You rock")"
|
thanks="$(shuf -n1 -e "Thank you" "You're so awesome" "You shouldn't have" "You rock")"
|
||||||
favorite="$(shuf -n1 -e "my favorite" "yum yum" "this is bot heaven" "DELICIOUS")"
|
favorite="$(shuf -n1 -e "my favorite" "yum yum" "this is bot heaven" "DELICIOUS")"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user