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 31dd0da..345c81e 100644
--- a/hack_of_all_hacks
+++ b/hack_of_all_hacks
@@ -250,7 +250,7 @@ EOF
message="${process#*:}"
message="${message# }"
- if "${subject}" == "${my_own_name}"
+ if [[ "${subject}" == "${my_own_name}" ]]
then
send_msg "${channel_it_came_from}" "${my_own_name}: ${personoslash} told me to tell you: ${message}"
else