switch sasl_usercloak.c to use SNO_BANNED
This commit is contained in:
parent
82436efb60
commit
a8457d98e5
1 changed files with 3 additions and 3 deletions
|
@ -128,9 +128,9 @@ check_new_user(void *vdata)
|
|||
return;
|
||||
}
|
||||
|
||||
sendto_realops_snomask(SNO_GENERAL, L_NETWIDE,
|
||||
"KLINE active for %s",
|
||||
get_client_name(source_p, HIDE_IP));
|
||||
sendto_realops_snomask(SNO_BANNED, L_NETWIDE,
|
||||
"Rejecting K-Lined user %s [%s@%s]",
|
||||
get_client_name(source_p, HIDE_IP), aconf->user, aconf->host);
|
||||
|
||||
notify_banned_client(source_p, aconf, K_LINED);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue