X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtHandle.pm;h=5b213b80d26e1d76aa42b762b798071e4c18e570;hb=a00356d8ddf71026bce96389557f8093238e15d0;hp=e108666c9283adad0cf6e4106369a3970ed53da5;hpb=8efcd7c490c7b5bf4f2190214b992f91a0dfdc9b;p=spider.git diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index e108666c..5b213b80 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -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 @@ -2004,6 +2012,11 @@ sub handle_93 return; } + if (isdbg('progress')) { + my $s = sprintf "ANNTALK: $from\@$onode%s -> $to '$text'", $via ne '*' ? " via $via" : ''; + dbg($s); + } + # will we allow it at all? if ($censorpc) { my @bad;