mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 331653 - Use nickname for ident when username empty.
ChatZilla only. r=samuel
This commit is contained in:
parent
0f1e57f2fc
commit
0ee54c5087
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user