From 14cf613382c0eedb5d5dd3d529669a8bc16181c7 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sat, 10 Sep 2016 10:42:24 -0400 Subject: [PATCH] Reward the bot with the botsnack module. --- modules/botsnack/botsnack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/botsnack/botsnack.sh b/modules/botsnack/botsnack.sh index 0ce3d97..5d0ef3b 100755 --- a/modules/botsnack/botsnack.sh +++ b/modules/botsnack/botsnack.sh @@ -11,4 +11,4 @@ snack="${@:-$(shuf -n1 -e\ 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")" -echo "$chan" "$thanks $userNick: $snack! $favorite!" +msg "$chan" "$thanks $userNick: $snack! $favorite!"