index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/ii-answer | 2 |
diff --git a/bin/ii-answer b/bin/ii-answer index f7c2d20..06bc3c0 100755 --- a/bin/ii-answer +++ b/bin/ii-answer @@ -38,7 +38,7 @@ find "${irc_dir}" \ channel="${channel##*/}" if [ -z "${channel%%#*}" ]; then prefix='buildmaster: ' - sloppy_salutation='buildmaster' + sloppy_salutation='\S\+\s\+\S\+\s.*buildmaster' else prefix='' sloppy_salutation='' |