1. Do some range checking for spots and WWV in the future (got a WWV for Oct
[spider.git] / cmd / dx.pl
index 763bf9b0aace735bd8e7db629724c2c594fe15d6..41c71c07ffaf9cb43f954651cb9a86dc3cbdc9f9 100644 (file)
--- a/cmd/dx.pl
+++ b/cmd/dx.pl
@@ -77,11 +77,14 @@ if ($spotted le ' ') {
 
 return (1, @out) if !$valid;
 
+# change ^ into : for transmission
+$line =~ s/\^/:/og;
+
 # Store it here
 if (Spot::add($freq, $spotted, $main::systime, $line, $spotter)) {
        # send orf to the users
        my $buf = Spot::formatb($freq, $spotted, $main::systime, $line, $spotter);
-       DXProt::broadcast_users($buf);
+       DXProt::broadcast_users($buf, 'dx', $buf);
 
 
        # send it orf to the cluster (hang onto your tin helmets)!