Parent Directory
|
Revision Log
|
Patch
revision 5985 by michael, Mon May 25 14:24:44 2015 UTC | revision 5986 by michael, Tue May 26 18:55:38 2015 UTC | |
---|---|---|
# | Line 415 conf_try_ban(struct Client *client_p, st | Line 415 conf_try_ban(struct Client *client_p, st |
415 | ban_type = 'D'; | ban_type = 'D'; |
416 | break; | break; |
417 | case CONF_XLINE: | 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'; | ban_type = 'X'; |
426 | ++conf->count; | ++conf->count; |
427 | break; | break; |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |