From 0b28d9c63af15e44ce33b27da826854951dcb7c6 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 10 Aug 2020 21:55:25 -0400 Subject: [PATCH] Fixedspacing in the botsnack module. --- modules/botsnack/botsnack.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/botsnack/botsnack.sh b/modules/botsnack/botsnack.sh index 2a19e4e..4a617c7 100755 --- a/modules/botsnack/botsnack.sh +++ b/modules/botsnack/botsnack.sh @@ -6,10 +6,11 @@ chan="$1" shift snack="${@#botsnack}" snack="${snack:-$(shuf -n1 -e\ - "BBQ microchips"\ -"BBQ sunflower seeds"\ - "BBQ corn nuts"\ - "steak")}" + "BBQ microchips" \ +"BBQ sunflower seeds" \ + "BBQ corn nuts" \ + "deep fried goat placenta" \ + "steak")} " 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")"