Print the display_name, when public_ack requested
This commit is contained in:
parent
fb9c43d119
commit
13198815f3
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ foreach my $id (@supporterIds) {
|
||||||
print " unknown\n";
|
print " unknown\n";
|
||||||
} elsif ($sp->getPublicAck($id)) {
|
} elsif ($sp->getPublicAck($id)) {
|
||||||
print " yes\n";
|
print " yes\n";
|
||||||
|
print " Display name for public ack: \"", $sp->getDisplayName($id), "\"\n";
|
||||||
} else {
|
} else {
|
||||||
print " no\n";
|
print " no\n";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue