summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-02-03 21:08:36 -0500
committerLibravatarUnit 193 <unit193@unit193.net>2021-02-03 21:08:36 -0500
commitb947e69a4485585f3f3203e7e5bdb2c0778a8e23 (patch)
tree7c9558007d36770c6bd4512d64672552d42878ab
parent279d1d59b18674d0dff8ab66c31ccbc85fb75ed8 (diff)
downloadantispammeta-b947e69a4485585f3f3203e7e5bdb2c0778a8e23.tar.bz2
antispammeta-b947e69a4485585f3f3203e7e5bdb2c0778a8e23.tar.xz
antispammeta-b947e69a4485585f3f3203e7e5bdb2c0778a8e23.tar.zst
Change note about a channel still being +r to debug level.
-rw-r--r--lib/ASM/Event.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/Event.pm b/lib/ASM/Event.pm
index a7bbddf..b5fbc6e 100644
--- a/lib/ASM/Event.pm
+++ b/lib/ASM/Event.pm
@@ -606,7 +606,7 @@ sub checkRegged
and not ((defined($::channels->{channel}{$chan}{monitor})) and ($::channels->{channel}{$chan}{monitor} eq "no")) )
{
my $tgt = $chan;
- my $risk = "info";
+ my $risk = "debug";
my $hilite=ASM::Util->commaAndify(ASM::Util->getAlert($tgt, $risk, 'hilights'));
my $txtz ="\x03" . $::RCOLOR{$::RISKS{$risk}} . "\u$risk\x03 risk threat [\x02$chan\x02] - channel appears to still be +r after 45 minutes; ping $hilite !att-$chan-$risk";
my @tgts = ASM::Util->getAlert($tgt, $risk, 'msgs');