make references in the routing tables callsigns and provide accessors
[spider.git] / perl / DXCommandmode.pm
index b0d23af25008417324e823732d3efe7b0c5f08a7..5f6262289d7a8db50bc32046fe3fd12fc4a35feb 100644 (file)
@@ -401,10 +401,10 @@ sub finish
                sleep(1);
        }
 
-       if ($call eq $main::myalias) { # unset the channel if it is us really
-               my $node = DXNode->get($main::mycall);
-               $node->{dxchan} = 0;
-       }
+#      if ($call eq $main::myalias) { # unset the channel if it is us really
+#              my $node = DXNode->get($main::mycall);
+#              $node->{dxchan} = 0;
+#      }
        
        # issue a pc17 to everybody interested
        my $nchan = DXChannel->get($main::mycall);