X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=16c91803950701bfccd329de119a87208aa66dc7;hb=23e3e6f8dc328ab0dd7f9ddae444126b0af12867;hp=ec395d207b174459118d637179ed402cd8c481a8;hpb=9c9e4ae46b36d4e85bf8b969647079140667502b;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index ec395d20..16c91803 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -2415,7 +2415,6 @@ sub import_chat my $name; foreach $name (@names) { next if $name =~ /^\./; - my $splitit = $name =~ /^split/; my $fn = "$chatimportfn/$name"; next unless -f $fn; unless (open(MSG, $fn)) {