From ef4c263fd598a838537c61b8ed358f134e0fe1d5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 28 Jun 2018 13:31:54 +0200 Subject: bin/ii-answer: understand/ignore "!" at start of command --- bin/ii-answer | 4 ++-- 1 file 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}"'// -- cgit v1.2.3