]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Change the DNSBL hit snomask to SNO_REJ (+r) as to not spam SNO_GENERAL
authorJD Horelick <redacted>
Wed, 23 Jun 2010 19:01:49 +0000 (15:01 -0400)
committerJD Horelick <redacted>
Wed, 23 Jun 2010 19:01:49 +0000 (15:01 -0400)
src/s_user.c

index fd8305b73c9b738fca6c019ea8c8b5ba6fff6e3f..e6dc1ca60172d51773357d6fe0f9ff693f5a796c 100644 (file)
@@ -452,7 +452,7 @@ register_local_user(struct Client *client_p, struct Client *source_p, const char
                                        source_p->sockhost, source_p->preClient->dnsbl_listed->host);
                        source_p->preClient->dnsbl_listed->hits++;
 
-                       sendto_realops_snomask(SNO_GENERAL, L_ALL,
+                       sendto_realops_snomask(SNO_REJ, L_ALL,
                                        "%s [%s] is being disconnected due to being listed in DNS Blacklist %s",
                                        source_p->name, source_p->sockhost, source_p->preClient->dnsbl_listed->host);