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

Comparing ircd-hybrid/branches/8.2.x/src/user.c (file contents):
Revision 7968 by michael, Mon Mar 13 19:27:42 2017 UTC vs.
Revision 7996 by michael, Tue Mar 14 13:17:39 2017 UTC

# Line 292 | Line 292 | check_xline(struct Client *client_p)
292      sendto_realops_flags(UMODE_REJ, L_ALL, SEND_NOTICE,
293                           "X-line Rejecting [%s] [%s], user %s [%s]",
294                           client_p->info, gecos->reason,
295 <                         get_client_name(client_p, HIDE_IP),
295 >                         client_get_name(client_p, HIDE_IP),
296                           client_p->sockhost);
297  
298      ++ServerStats.is_ref;

Diff Legend

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