add "progress" to pc93 messages
[spider.git] / perl / DXProtHandle.pm
index 82e906037c085ff42fb49f34e9b3f7db8565423d..4e3480d66cd08bc3fc99d250b7c4a96ee7aad82b 100644 (file)
@@ -225,9 +225,10 @@ sub handle_11
        Spot::add(@spot);
 
        if (isdbg('progress')) {
-               my $s = sprintf "SPOT: $spot[1] on $spot[0] \@ %s by $spot[4]\@$spot[7]", cldatetime($spot[2]);
+               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];
-               $s .= " from ip $spot[14]" if $spot[14];
                dbg($s);
        }
        
@@ -2011,6 +2012,11 @@ sub handle_93
                return;
        }
 
+       if (isdbg('progress')) {
+               my $s = sprintf "ANNTALK: to: $to from: $from\@$onode%s '$text'", $via ne '*'?" via $via":'';
+               dbg($s);
+       }
+       
        # will we allow it at all?
        if ($censorpc) {
                my @bad;