Fixed a small bug in botsnack.

This commit is contained in:
Storm Dragon 2016-09-10 10:47:04 -04:00
parent 14cf613382
commit 3392864263

View File

@ -4,7 +4,8 @@ userNick="$1"
shift
chan="$1"
shift
snack="${@:-$(shuf -n1 -e\
snack="${@#botsnack}"
snack="${snack:-$(shuf -n1 -e\
"BBQ microchips"\
"BBQ corn nuts"\
"steak")}"