1. fixed problem with missing DXDebug in DXProt.
[spider.git] / cmd / announce.pl
index b839e9c75bc2dd5169cff4f820e549ce17f410a0..6c66bcd027fcec77cf51b1fc0bd1cbbc4f76bdb2 100644 (file)
@@ -39,10 +39,8 @@ if ($sort eq "FULL") {
 } elsif ($sort eq "LOCAL") {
   $line =~ s/^$f[0]\s+//;     # remove it
   $to = "LOCAL";
-} elsif ($sort eq "") {
-  $to = "LOCAL";
 } else {
-  return (1, $self->msg('e11'));
+  $to = "LOCAL";
 }
 
 Log('ann', $to, $from, $line);