summaryrefslogtreecommitdiffstats
path: root/modules/inspect.pl
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2014-04-24 06:28:42 +0400
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2014-04-24 06:28:42 +0400
commit9e47587396d4bd6f25a7f6eb1892eff084185533 (patch)
treee4756c2492b342aabdd7dfcb9b42e5841bf9919c /modules/inspect.pl
parentb050ebc6bc0ddb4eebd4afd6fd8b28cb6cafe995 (diff)
Fixed the urlcrunch detection rule
Diffstat (limited to 'modules/inspect.pl')
-rw-r--r--modules/inspect.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/inspect.pl b/modules/inspect.pl
index f5914cb..5c7ce73 100644
--- a/modules/inspect.pl
+++ b/modules/inspect.pl
@@ -44,7 +44,6 @@ sub inspect {
next unless ( grep { $event->{type} eq $_ } split(/[,:; ]+/, $aonx{$id}{type}) );
next if ($aonx{$id}{class} eq 'dnsbl') && ($event->{host} =~ /(fastwebnet\.it|fastres\.net)$/); #this is a bad hack
if (defined($response)) {
- print Dumper($response);
if ($aonx{$id}{class} ne 'urlcrunch') { next; } #don't run our regular checks if this is being called from a URL checking function
else { $xresult = $::classes->check($aonx{$id}{class}, $aonx{$id}, $id, $event, $chan, $response); }
}