mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 10:10:08 -08:00
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 {
|
||||
// you can only see a target's IP if they're you or you're an oper
|
||||
ip, _ := target.getWhoisActually()
|
||||
fIP = ip.String()
|
||||
fIP = utils.IPStringToHostname(ip.String())
|
||||
}
|
||||
params = append(params, fIP)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue