# | Line 186 | Line 186 | whois_person(struct Client *source_p, st | |
---|---|---|
186 | ||
187 | if (HasUMode(source_p, UMODE_OPER) || source_p == target_p) | |
188 | sendto_one_numeric(source_p, &me, RPL_WHOISACTUALLY, target_p->name, | |
189 | < | target_p->username, target_p->host, |
189 | > | target_p->username, target_p->realhost, |
190 | target_p->sockhost); | |
191 | ||
192 | if (HasUMode(target_p, UMODE_SSL)) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |