I am made of the fail today.
/me climbs aboard the failbus.
This commit is contained in:
parent
a58c4fedeb
commit
1d0a5f6d0e
|
@ -453,7 +453,7 @@ register_local_user(struct Client *client_p, struct Client *source_p, const char
|
||||||
source_p->preClient->dnsbl_listed->hits++;
|
source_p->preClient->dnsbl_listed->hits++;
|
||||||
|
|
||||||
sendto_realops_snomask(SNO_REJ, L_ALL,
|
sendto_realops_snomask(SNO_REJ, L_ALL,
|
||||||
"%s [%s@%s] is being disconnected due to being listed in DNS Blacklist %s",
|
"%s (%s@%s) is being disconnected due to being listed in DNS Blacklist %s",
|
||||||
source_p->name, source_p->username, source_p->sockhost, source_p->preClient->dnsbl_listed->host);
|
source_p->name, source_p->username, source_p->sockhost, source_p->preClient->dnsbl_listed->host);
|
||||||
|
|
||||||
add_reject(source_p, NULL, NULL);
|
add_reject(source_p, NULL, NULL);
|
||||||
|
|
Loading…
Reference in New Issue