summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <janik@kleinhoff.de>2015-04-21 08:35:52 +0400
committerLibravatarJanik Kleinhoff <janik@kleinhoff.de>2015-04-21 08:35:52 +0400
commit442ab449716754a6432125c4d49073a05ad8b9a7 (patch)
tree3df615c00f06c92d45b16a68b0d47ab9deaf5f7a
parent444401d899ee674e1c1672347fdb65a9d24f1999 (diff)
Hopefully fix xresult interpolation for multi-channel alerts
-rw-r--r--modules/inspect.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/inspect.pl b/modules/inspect.pl
index 10ff01d..7e4e98f 100644
--- a/modules/inspect.pl
+++ b/modules/inspect.pl
@@ -93,7 +93,6 @@ sub inspect {
$::ignored{$chan} = $::RISKS{$dct{$id}{risk}};
}
$::log->incident($chan, "$chan: $dct{$id}{risk} risk: $event->{nick} - $nicereason\n");
- delete $dct{$id}{xresult};
}
}
}