Bug 331653 - Use nickname for ident when username empty.

ChatZilla only.
r=samuel
This commit is contained in:
silver%warwickcompsoc.co.uk 2006-08-02 18:56:59 +00:00
parent 0f1e57f2fc
commit 0ee54c5087

View File

@ -86,7 +86,7 @@ function ident_add(net, serv)
{
addr = dnsRecord.getNextAddrAsString();
this.responses.push({net: net, ip: addr, port: serv.port,
username: net.INITIAL_NAME});
username: net.INITIAL_NAME || net.INITIAL_NICK});
}
if (this.responses.length == 0)