From 33c0f83f1ddca88047e23d160068c2551dbcebc3 Mon Sep 17 00:00:00 2001 From: Joseph Graham Date: Thu, 23 Jan 2014 11:10:51 +0000 Subject: Fix mistake --- hack_of_all_hacks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3