mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
Rename "realIP" to "ip" in WhoWas struct.
It could be the real IP or the proxied IP.
This commit is contained in:
parent
e5c2588eab
commit
b6264a43b6
3 changed files with 3 additions and 3 deletions
|
|
@ -436,7 +436,7 @@ func (client *Client) detailsNoMutex() (result ClientDetails) {
|
|||
result.username = client.username
|
||||
result.hostname = client.hostname
|
||||
result.realname = client.realname
|
||||
result.realIP = client.getIPNoMutex()
|
||||
result.ip = client.getIPNoMutex()
|
||||
result.nickMask = client.nickMaskString
|
||||
result.nickMaskCasefolded = client.nickMaskCasefolded
|
||||
result.account = client.account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue