From 18e9ac261efcc127811baad009738d38c8493785 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 10 Jan 2019 14:19:39 +0100 Subject: bin/ii-answer: if we extract the asker via sloppy_salutation, we need to set it at least to the bare minimum in pm, too --- bin/ii-answer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ii-answer') diff --git a/bin/ii-answer b/bin/ii-answer index 886a548..ced8867 100755 --- a/bin/ii-answer +++ b/bin/ii-answer @@ -38,7 +38,7 @@ find "${irc_dir}" \ sloppy_salutation='^\S\+\s\+<\(\S\+\)>\s.*buildmaster' else prefix='' - sloppy_salutation='' + sloppy_salutation='^\S\+\s\+<\(\S\+\)>\s' fi # answer "why don't you?" regex='^\S\+ <\(\S\+\)> '"${prefix}"'!\?why[- ]don'"'"'\?t[- ]you \(build\|stabilize\|unstage\|keep\|stubbornly_keep\) ' -- cgit v1.2.3