summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <janik@kleinhoff.de>2015-05-04 04:09:00 +0400
committerLibravatarJanik Kleinhoff <janik@kleinhoff.de>2015-05-04 04:09:00 +0400
commitb31793e2eed0ebb1391504cbf45aec24e57ff253 (patch)
treec4a2383f5c98ebefba0721ca1cd87db6a0c38962 /modules
parent8c328b3101f30b07134a2f1648c796d918a017bc (diff)
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.
Diffstat (limited to 'modules')
-rw-r--r--modules/event.pl2
1 files changed, 1 insertions, 1 deletions
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)
}