add "progress" to pc93 messages
authorDirk Koopman <djk@tobit.co.uk>
Fri, 24 Apr 2020 12:52:14 +0000 (13:52 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Fri, 24 Apr 2020 12:52:14 +0000 (13:52 +0100)
perl/DXProtHandle.pm

index fdc0b0543aa102e41a7b4ee8529e875e8580e503..4e3480d66cd08bc3fc99d250b7c4a96ee7aad82b 100644 (file)
@@ -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;