diff options
| author | 2016-05-05 14:45:00 -0700 | |
|---|---|---|
| committer | 2016-05-05 14:45:00 -0700 | |
| commit | 87fb29a330bac19bb546f0910f4ea646b9fe9a23 (patch) | |
| tree | 06d40adc654e8366340c92fc4619f669efffa13d /lib | |
| parent | fbb00b1778c9a58180e8fa960f2a57a79b5ea760 (diff) | |
"Channel +r after 45 minutes" messages are now info-risk
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ASM/Event.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/Event.pm b/lib/ASM/Event.pm index 1b2a4a2..b2ed5ac 100644 --- a/lib/ASM/Event.pm +++ b/lib/ASM/Event.pm @@ -646,7 +646,7 @@ sub checkRegged and not ((defined($::channels->{channel}{$chan}{monitor})) and ($::channels->{channel}{$chan}{monitor} eq "no")) ) { my $tgt = $chan; - my $risk = "debug"; + my $risk = "info"; 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'); |
