X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtHandle.pm;h=213e9b4008053d0d7eeb2efdfb1838f2f3c7730e;hb=67e8ed5e4e28a5af4cec3bc1b43ce97ef51c90be;hp=80e8194eebc7ee30eb761c0f8d2690f2a069855f;hpb=fc55b5fa75140c8335137662a7be6e50b89cf183;p=spider.git diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index 80e8194e..213e9b40 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -1994,9 +1994,7 @@ sub handle_93 return if $via eq 'LOCAL'; } elsif (!is_callsign($to) && $text =~ /^#\d+ /) { # chat messages to non-pc9x nodes - # don't do this anymore. It is too disruptive 'cos other software does not - # understand PC12 groups. -# $self->send_chat(1, pc12($from, $text, undef, $to, undef, $pcall), $from, '*', $text, $to, $pcall, '0'); + $self->send_chat(1, pc12($from, $text, undef, $to, undef, $pcall), $from, '*', $text, $to, $pcall, '0'); } # broadcast this chat sentence everywhere unless it is targetted to 'LOCAL'