X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtHandle.pm;h=80e8194eebc7ee30eb761c0f8d2690f2a069855f;hb=450f32dc7ea97f6bf32c96eb74e1fa48660b07f3;hp=213e9b4008053d0d7eeb2efdfb1838f2f3c7730e;hpb=2110beabbe4a0c22fbab1ce4f68bec6b94db0ae4;p=spider.git diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index 213e9b40..80e8194e 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -1994,7 +1994,9 @@ sub handle_93 return if $via eq 'LOCAL'; } elsif (!is_callsign($to) && $text =~ /^#\d+ /) { # chat messages to non-pc9x nodes - $self->send_chat(1, pc12($from, $text, undef, $to, undef, $pcall), $from, '*', $text, $to, $pcall, '0'); + # 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'); } # broadcast this chat sentence everywhere unless it is targetted to 'LOCAL'