From b31793e2eed0ebb1391504cbf45aec24e57ff253 Mon Sep 17 00:00:00 2001 From: Janik Kleinhoff Date: Mon, 4 May 2015 04:09:00 +0400 Subject: checkRegged: append the usual !att suffix It'd be nice if this went via the usual code to avoid issues like this one, but oh well. --- modules/event.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/event.pl b/modules/event.pl index 71fa315..b2490b0 100644 --- a/modules/event.pl +++ b/modules/event.pl @@ -726,7 +726,7 @@ sub checkRegged my $tgt = $chan; 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"; + 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'); ASM::Util->sendLongMsg($conn, \@tgts, $txtz) } -- cgit v1.2.3