From: Dirk Koopman Date: Fri, 24 Apr 2020 12:52:14 +0000 (+0100) Subject: add "progress" to pc93 messages X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=4f0fa78eb7cb88eab411bb5630a2f33514a74a20 add "progress" to pc93 messages --- diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index fdc0b054..4e3480d6 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -2012,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;