forked from External/ergo
commit
096c12fb52
1 changed files with 1 additions and 1 deletions
|
|
@ -3358,7 +3358,7 @@ func (client *Client) rplWhoReply(channel *Channel, target *Client, rb *Response
|
||||||
if canSeeIPs || client == target {
|
if canSeeIPs || client == target {
|
||||||
// you can only see a target's IP if they're you or you're an oper
|
// you can only see a target's IP if they're you or you're an oper
|
||||||
ip, _ := target.getWhoisActually()
|
ip, _ := target.getWhoisActually()
|
||||||
fIP = ip.String()
|
fIP = utils.IPStringToHostname(ip.String())
|
||||||
}
|
}
|
||||||
params = append(params, fIP)
|
params = append(params, fIP)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue