summaryrefslogtreecommitdiff
path: root/hack_of_all_hacks
diff options
context:
space:
mode:
Diffstat (limited to 'hack_of_all_hacks')
-rw-r--r--hack_of_all_hacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/hack_of_all_hacks b/hack_of_all_hacks
index f2d9e0a..2020021 100644
--- a/hack_of_all_hacks
+++ b/hack_of_all_hacks
@@ -299,7 +299,7 @@ EOF
# when he gives it to it's recipient.
echo "$(date +%s) ${personoslash} ${message}" >> "announcements/people/${subjectlower}/messages"
- response=$(shuf -e 'certainly' 'I will do' 'OK' | head -1)
+ response='certainly'
send_msg "${channel_it_came_from}" "${personoslash}: ${response}"