forked from External/ergo
Show real IP in WHOWAS to opers with ban capability.
This commit is contained in:
parent
6786b87fbd
commit
e5c2588eab
4 changed files with 11 additions and 4 deletions
|
|
@ -436,6 +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.nickMask = client.nickMaskString
|
||||
result.nickMaskCasefolded = client.nickMaskCasefolded
|
||||
result.account = client.account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue