ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_whois.c
(Generate patch)

Comparing ircd-hybrid/trunk/modules/m_whois.c (file contents):
Revision 7971 by michael, Mon Mar 13 21:56:53 2017 UTC vs.
Revision 8214 by michael, Sun Apr 16 11:44:44 2017 UTC

# 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))

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)