pc28 without origin (from clx) get the interface callsign
authorminima <minima>
Sat, 26 Aug 2000 09:14:49 +0000 (09:14 +0000)
committerminima <minima>
Sat, 26 Aug 2000 09:14:49 +0000 (09:14 +0000)
put pos in quotes in Messages

Changes
perl/DXMsg.pm
perl/Messages

diff --git a/Changes b/Changes
index cb438c688cc228fc8c0c8165f80763e85110b8a8..6c1a2305376f6ff45e7393b116b8a08ffedce7a0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,5 @@
+26Aug00=======================================================================
+1. make blank origins on messages the node call.
 25Aug00=======================================================================
 1. moan about and then delete empty message files
 24Aug00=======================================================================
index 879775f3596f9f08bb9afa0f1ffb605100412938..10dd0ef9b25d8bd268d2e39d38ba2cfb8f166d66 100644 (file)
@@ -183,6 +183,7 @@ sub process
 
                        my $t = cltounix($f[5], $f[6]);
                        my $stream = next_transno($f[2]);
+                       $f[13] = $self->call unless $f[13] && $f[13] gt ' '
                        my $ref = DXMsg->alloc($stream, uc $f[3], $f[4], $t, $f[7], $f[8], $f[13], '0', $f[11]);
                        
                        # fill in various forwarding state variables
index 0f753716549b70f47a4775c78abc39e09e9697bc..c376e3183182c4d7186d32a10d905cc1c67205c6 100644 (file)
@@ -147,7 +147,7 @@ package DXM;
                                pingi => 'Ping Returned from $_[0] $_[1] (Ave $_[2]) secs',
                                pinge1 => 'Cannot ping yourself!',
                                pingint => 'Ping interval on $_[0] set to $_[1] secs',
-                               pos => 'From Callsign: $_[0] Lat: $_[1] Long: $_[2]',
+                               'pos' => 'From Callsign: $_[0] Lat: $_[1] Long: $_[2]',
                                pr => '$_[0] de $main::mycall $main::cldate $main::ztime >',
                                pr2 => '($_[0]) de $main::mycall $main::cldate $main::ztime >',
                                priv => 'Privilege level changed on $_[0]',