diff --git a/scripts/find-supporter.plx b/scripts/find-supporter.plx index a4ab63e..f02bd2e 100755 --- a/scripts/find-supporter.plx +++ b/scripts/find-supporter.plx @@ -41,6 +41,7 @@ foreach my $id (@supporterIds) { print " unknown\n"; } elsif ($sp->getPublicAck($id)) { print " yes\n"; + print " Display name for public ack: \"", $sp->getDisplayName($id), "\"\n"; } else { print " no\n"; }