add vestigial WWV and WCY 'progress'
[spider.git] / perl / DXProtHandle.pm
index e108666c9283adad0cf6e4106369a3970ed53da5..0f7a1ff381c08c409a9c98eec162ca1908076ceb 100644 (file)
@@ -224,6 +224,14 @@ sub handle_11
        # add it
        Spot::add(@spot);
 
+       if (isdbg('progress')) {
+               my $ip = '';
+               $ip = sprintf "($spot[14])" if $spot[14]; 
+               my $s = sprintf "SPOT: $spot[1] on $spot[0] \@ %s by $spot[4]$ip\@$spot[7]", cldatetime($spot[2]);
+               $s .= " '$spot[3]'" if $spot[3];
+               dbg($s);
+       }
+       
        #
        # @spot at this point contains:-
        # freq, spotted call, time, text, spotter, spotted cc, spotters cc, orig node
@@ -961,6 +969,7 @@ sub handle_23
 
        # note this only takes the first one it gets
        Geomag::update($d, $pc->[2], $sfi, $k, $i, @$pc[6..8], $r);
+       dbg("WWV: $d $pc->[2], sfi:$sfi k:$k info:$i $pc->[6] $pc->[7] $pc->[8] $r") if isdbg('progress');
 
        if (defined &Local::wwv) {
                my $rep;
@@ -1364,6 +1373,7 @@ sub handle_73
        }
 
        my $wcy = WCY::update($d, @$pc[2..12]);
+       dbg("WCY: " . join ', ', @$pc[2..12]) if isdbg('progress');
 
        if (defined &Local::wcy) {
                my $rep;
@@ -2004,6 +2014,12 @@ sub handle_93
                return;
        }
 
+       if (isdbg('progress')) {
+               my $vs = $via ne '*' ? " via $via" : ''; 
+               my $s = "ANNTALK: $from\@$onode$via -> $to '$text'";
+               dbg($s);
+       }
+       
        # will we allow it at all?
        if ($censorpc) {
                my @bad;