Use ? instead of ! to denote nickchange akas

This commit is contained in:
Pragmatic Software 2016-08-25 01:42:06 -07:00
parent ba6fb2c2d7
commit 568c1c8732
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ sub list_also_known_as {
$result .= "$sep$aka";
}
$result .= "!" if $akas{$aka}->{nickchange} == 1;
$result .= "?" if $akas{$aka}->{nickchange} == 1;
$result .= " ($akas{$aka}->{nickserv})" if $show_nickserv and exists $akas{$aka}->{nickserv};
$result .= " {$akas{$aka}->{gecos}}" if $show_gecos and exists $akas{$aka}->{gecos};