]> ruin.nu Git - ndwebbie.git/commitdiff
Fixed the parsing of incoming fleets on news scans
authorMichael Andreen <harv@ruin.nu>
Thu, 3 Sep 2009 09:53:43 +0000 (11:53 +0200)
committerMichael Andreen <harv@ruin.nu>
Thu, 3 Sep 2009 09:53:43 +0000 (11:53 +0200)
scripts/scans.pl

index 185c76c858f3733c9bd2c279b63a3eb2b1cdc3f3..096d175bc015fdd6613cf43eea66c3f0f2f97da1 100755 (executable)
@@ -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;