fix chat problem introdcued last update
[spider.git] / perl / DXProtHandle.pm
index 80e8194eebc7ee30eb761c0f8d2690f2a069855f..213e9b4008053d0d7eeb2efdfb1838f2f3c7730e 100644 (file)
@@ -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'