174 |
else if (ss->positive == 0) |
else if (ss->positive == 0) |
175 |
{ |
{ |
176 |
/* Only report it if no other scans have found positives yet. */ |
/* Only report it if no other scans have found positives yet. */ |
177 |
scan_positive(ss, (bl->kline[0] ? bl->kline : IRCItem->kline), text_type); |
scan_positive(ss, (EmptyString(bl->kline) ? IRCItem->kline : bl->kline), text_type); |
178 |
|
|
179 |
irc_send_channels("DNSBL -> %s!%s@%s [%s] appears in BL zone %s (%s)", |
irc_send_channels("DNSBL -> %s!%s@%s [%s] appears in BL zone %s (%s)", |
180 |
ss->irc_nick, ss->irc_username, ss->irc_hostname, ss->ip, bl->name, |
ss->irc_nick, ss->irc_username, ss->irc_hostname, ss->ip, bl->name, |