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

Comparing ircd-hybrid/trunk/modules/m_who.c (file contents):
Revision 2747 by michael, Tue Dec 17 18:55:59 2013 UTC vs.
Revision 2748 by michael, Sun Jan 5 19:20:09 2014 UTC

# Line 63 | Line 63 | do_who(struct Client *source_p, struct C
63               HasUMode(target_p, UMODE_OPER) &&
64               !HasUMode(target_p, UMODE_HIDDEN) ? "*" : "", op_flags);
65  
66 <  if (ConfigServerHide.hide_servers)
66 >  if (ConfigServerHide.hide_servers || IsHidden(target_p->servptr))
67      sendto_one(source_p, form_str(RPL_WHOREPLY), me.name, source_p->name,
68                 (chname) ? (chname) : "*",
69                 target_p->username, target_p->host,

Diff Legend

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