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

Comparing ircd-hybrid-7.2/modules/m_whois.c (file contents):
Revision 659 by michael, Fri Feb 17 10:13:25 2006 UTC vs.
Revision 660 by adx, Fri Jun 9 18:51:22 2006 UTC

# Line 415 | Line 415 | whois_person(struct Client *source_p, st
415                 me.name, source_p->name, target_p->name,
416                 target_p->away);
417  
418 +  if (IsSetCallerId(target_p) && !IsSoftCallerId(target_p))
419 +    sendto_one(source_p, form_str(RPL_TARGUMODEG),
420 +               me.name, source_p->name, target_p->name);
421 +
422    if (IsOper(target_p))
423      sendto_one(source_p, form_str((IsAdmin(target_p) &&
424                 !IsOperHiddenAdmin(target_p)) ? RPL_WHOISADMIN :

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines