X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=25e98cc4786d62b829df57e7e0a119906ae1a4b2;hb=f726c14c2f603c02eabecc4526e588354a3a7e0b;hp=6bb1aecf49471b6912901295e235cd6d3856b942;hpb=0c1009807888ab7f7eb8a61215e34f5e19d05b47;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 6bb1aecf..25e98cc4 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -611,6 +611,12 @@ sub handle_12 $self->send_chat($line, @_[1..6]); } elsif ($_[2] eq '*' || $_[2] eq $main::mycall) { + # ignore something that looks like a chat line coming in with sysop + # flag - this is a kludge... + if ($_[3] =~ /^\#\d+ / && $_[4] eq '*') { + dbg('PCPROT: Probable chat rewrite, dropped') if isdbg('chanerr'); + return; + } # here's a bit of fun, convert incoming ann with a callsign in the first word # or one saying 'to ' to a talk if we can route to the recipient