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

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 5984 by michael, Mon May 25 14:24:26 2015 UTC vs.
Revision 5985 by michael, Tue May 26 18:52:42 2015 UTC

# Line 415 | Line 415 | conf_try_ban(struct Client *client_p, st
415        ban_type = 'D';
416        break;
417      case CONF_XLINE:
418 +      if (IsExemptXline(client_p))
419 +      {
420 +        sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
421 +                             "XLINE over-ruled for %s, client is xline_exempt",
422 +                             get_client_name(client_p, HIDE_IP));
423 +        return;
424 +      }
425        ban_type = 'X';
426        ++conf->count;
427        break;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines