]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
as would not typoing like mad :(
authordgl <redacted>
Thu, 31 Oct 2002 12:04:47 +0000 (12:04 +0000)
committerdgl <redacted>
Thu, 31 Oct 2002 12:04:47 +0000 (12:04 +0000)
src/dnsbl.c

index abbc3d3af998635f5b074d055aaaaba11dc31d14..32166723e844df0c64d37600786b766c683afb5b 100644 (file)
@@ -140,7 +140,7 @@ int dnsbl_check(const char *addr, const char *irc_nick,
            strcat(text_type, "HTTP, ");
        if(type & DNSBL_TYPE_CISCO)
            strcat(text_type, "Cisco, ");
-       if(type & DNSBL_TYPE_HTTPOST)
+       if(type & DNSBL_TYPE_HTTPPOST)
            strcat(text_type, "HTTP Post, ");
 
        if(text_type[0] != '\0')