X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=scripts%2Fscans.pl;h=096d175bc015fdd6613cf43eea66c3f0f2f97da1;hb=d0b2a8bee12b33257f5ecc79fc60f6703c4190e0;hp=185c76c858f3733c9bd2c279b63a3eb2b1cdc3f3;hpb=6a9e5393fb419bef37a90ff92fb1ec557f8290dc;p=ndwebbie.git diff --git a/scripts/scans.pl b/scripts/scans.pl index 185c76c..096d175 100755 --- a/scripts/scans.pl +++ b/scripts/scans.pl @@ -220,7 +220,7 @@ while (my $scan = $newscans->fetchrow_hashref){ my $id = addintel($1,$mission,$planet,$target,$6 ,$eta,$back,undef, ($x == $2 && $y == $3)); $intelscan->execute($id,$scan->{id}); - }elsif($news eq 'Incoming' && $text =~ m/We have detected an open jumpgate from (.*?), located at (\d+):(\d+):(\d+). The fleet will approach our system in tick (\d+) and appears to have roughly (\d+) ships/g){ + }elsif($news eq 'Incoming' && $text =~ m/We have detected an open jumpgate from (.*?), located at (\d+):(\d+):(\d+). The fleet will approach our system in tick (\d+) and appears to have (\d+) visible ships/g){ my $eta = $5 - $t; my $mission = ''; my $back = $5 + $eta;