mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 22:09:26 +01:00
Use ? instead of ! to denote nickchange akas
This commit is contained in:
parent
ba6fb2c2d7
commit
568c1c8732
@ -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};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user