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 4d11c46..7db226f 100755 --- a/bin/ii-answer +++ b/bin/ii-answer @@ -35,7 +35,7 @@ find "${irc_dir}" \ channel="${channel##*/}" if [ -z "${channel%%#*}" ]; then prefix='buildmaster: ' - sloppy_salutation='\S\+\s\+\S\+\s.*buildmaster' + sloppy_salutation='^\S\+\s\+<\(\S\+\)>\s.*buildmaster' else prefix='' sloppy_salutation='' |