]> jfr.im git - irc/blitzed-org/bopm.git/commitdiff
and writing the rest of the code would help..
authordgl <redacted>
Thu, 31 Oct 2002 12:04:12 +0000 (12:04 +0000)
committerdgl <redacted>
Thu, 31 Oct 2002 12:04:12 +0000 (12:04 +0000)
src/dnsbl.c

index c571a7dad0066d5deb8e6d77ec8d97a39dfea921..abbc3d3af998635f5b074d055aaaaba11dc31d14 100644 (file)
@@ -140,6 +140,8 @@ 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)
+           strcat(text_type, "HTTP Post, ");
 
        if(text_type[0] != '\0')
            *(strrchr(text_type, ',')) = '\0';