summaryrefslogtreecommitdiff
path: root/bin/ii-answer
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ii-answer')
-rwxr-xr-xbin/ii-answer4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ii-answer b/bin/ii-answer
index 5a7bc53..bc1784c 100755
--- a/bin/ii-answer
+++ b/bin/ii-answer
@@ -42,7 +42,7 @@ find "${irc_dir}" \
sloppy_salutation=''
fi
# answer "why don't you?"
- regex='^\(\S\+ \)\?\S\+ <\S\+> '"${prefix}"'why[- ]don'"'"'\?t[- ]you \(build\|stabilize\|unstage\|keep\|stubbornly_keep\) '
+ regex='^\(\S\+ \)\?\S\+ <\S\+> '"${prefix}"'!\?why[- ]don'"'"'\?t[- ]you \(build\|stabilize\|unstage\|keep\|stubbornly_keep\) '
if grep -q "${regex}" "${out_file}"; then
sed -i '
s/'"${regex}"'/\2 /
@@ -66,7 +66,7 @@ find "${irc_dir}" \
done
fi
# answer "wtf?"
- regex='^\(\S\+ \)\?\S\+ <\S\+> '"${prefix}"'wtf '
+ regex='^\(\S\+ \)\?\S\+ <\S\+> '"${prefix}"'!\?wtf '
if grep -q "${regex}" "${out_file}"; then
sed -i '
s/'"${regex}"'//