summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ii-answer4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ii-answer b/bin/ii-answer
index df7d774..ec234f1 100755
--- a/bin/ii-answer
+++ b/bin/ii-answer
@@ -121,11 +121,11 @@ find "${irc_dir}" \
if grep "${regex}" "${out_file}" | \
grep -q "${sloppy_salutation}"; then
sed -i "/${regex}/d" "${out_file}"
+ printf 'Sorry, I will do.\n' | \
+ irc_say "${channel}" 'copy'
printf '%s\n' "$((
$(date '+%s') + 3600
))" > "${work_dir}/irc-shut-up"
- printf 'Sorry, I will do.\n' | \
- irc_say "${channel}" 'copy'
fi
fi
done