index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/ii-answer | 4 |
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 |