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

Comparing ircd-hybrid/trunk/modules/m_stats.c (file contents):
Revision 7654 by michael, Mon Jul 18 16:27:59 2016 UTC vs.
Revision 7656 by michael, Mon Jul 18 16:57:52 2016 UTC

# Line 882 | Line 882 | show_ports(struct Client *source_p)
882        *p++ = 's';
883      *p = '\0';
884  
885 <    if (HasUMode(source_p, UMODE_ADMIN) &&
886 <        (MyConnect(source_p) || !ConfigServerHide.hide_server_ips))
885 >    if (HasUMode(source_p, UMODE_ADMIN) && !ConfigServerHide.hide_server_ips)
886        sendto_one_numeric(source_p, &me, RPL_STATSPLINE, 'P', listener->port,
887                           listener->name,
888                           listener->ref_count, buf,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines