From 165524e9e6b871d757ebe7e0ac54485e9fd6ca06 Mon Sep 17 00:00:00 2001 From: Gregory Bartholomew Date: Apr 14 2022 01:33:31 +0000 Subject: Fix testdays readout so it will be picked up by zodbot --- diff --git a/bot/commands/fedocal.pm b/bot/commands/fedocal.pm index 407d85b..e0a473c 100644 --- a/bot/commands/fedocal.pm +++ b/bot/commands/fedocal.pm @@ -50,7 +50,7 @@ sub tdays { ); }; last if $@; - $tdays .= String::Tagged->from_sprintf("%s: %s (%s days)\n", + $tdays .= String::Tagged->from_sprintf("#info %s: %s (%s days)\n", String::Tagged->new_tagged( $a->strftime(&commands::FORMAT), 'monospace', @@ -69,7 +69,7 @@ sub tdays { } if (@tdays == 0) { - $tdays .= sprintf("no test days found between %s and %s\n", + $tdays .= sprintf("#info no test days found between %s and %s\n", $filtr->{'start'}, $filtr->{'end'}, );