new prefixes CTY3308, change PC92 info defaults
[spider.git] / perl / DXProt.pm
index bf2d5ed30395899d488fa4f2315f190c930d71fd..3ddb68fa982b1978969a0578bd1f669d81019c63 100644 (file)
@@ -86,8 +86,8 @@ $pc92_keepalive_period = 1*60*60;     # frequency of PC92 K (keepalive) records
 $pc92_find_timeout = 30;               # maximum time to wait for a reply
 $senderverify = 0;                             # 1 = check spotter is on node it says it is and check ip address if available
 ;                                                              # 2 = do 1 and dump if check
-$pc92_ad_enabled = 1;                  # send pc92 A & D records.
-$pc92c_ipaddr_enable = 0;              # add the local ip address info to each callsign in a PC92 C
+$pc92_ad_enabled = 0;                  # send pc92 A & D records.
+$pc92c_ipaddr_enable = 1;              # add the local ip address info to each callsign in a PC92 C
 
 @checklist =
 (
@@ -1234,7 +1234,7 @@ sub spawn_cmd
        my $fc = DXSubprocess->new;
 
        # just behave normally if something has set the "one-shot" _nospawn in the channel
-       if ($self->{_nospawn}) {
+       if ($self->{_nospawn} || $main::is_win == 1) {
                eval { @out = $cmdref->(@$args); };
                if ($@) {
                        DXDebug::dbgprintring(25);