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 7652 by michael, Mon Jul 18 16:23:28 2016 UTC vs.
Revision 7654 by michael, Mon Jul 18 16:27:59 2016 UTC

# Line 1167 | Line 1167 | stats_L_list(struct Client *source_p, co
1167        type = HIDE_IP;
1168  
1169      if (IsServer(target_p) || IsConnecting(target_p) || IsHandshake(target_p))
1170 <      if (ConfigServerHide.hide_server_ips || !HasUMode(source_p, UMODE_ADMIN))
1170 >      if (!HasUMode(source_p, UMODE_ADMIN))
1171          type = MASK_IP;
1172  
1173      sendto_one_numeric(source_p, &me, RPL_STATSLINKINFO,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines