added mycall to locally generated spots in spot database
[spider.git] / cmd / dx.pl
index 41c71c07ffaf9cb43f954651cb9a86dc3cbdc9f9..3a3d6cf09e5a189709a163f30fd41850ec748aba 100644 (file)
--- a/cmd/dx.pl
+++ b/cmd/dx.pl
@@ -81,7 +81,7 @@ return (1, @out) if !$valid;
 $line =~ s/\^/:/og;
 
 # Store it here
-if (Spot::add($freq, $spotted, $main::systime, $line, $spotter)) {
+if (Spot::add($freq, $spotted, $main::systime, $line, $spotter, $main::mycall)) {
        # send orf to the users
        my $buf = Spot::formatb($freq, $spotted, $main::systime, $line, $spotter);
        DXProt::broadcast_users($buf, 'dx', $buf);