added more functionality to the kill command
[spider.git] / cmd / directory.pl
index f5d1566d12cb4d53bba749474fc4600087573622..9ddbb77542d2a9e4f6d2536f32d10b8853340d94 100644 (file)
@@ -13,7 +13,7 @@ my $ref;
 my @out;
 my $f;
 my $n = 0;
-my @all = grep {!($self->priv < 5 && $_->private && $_->to ne $self->call && $_->from ne $self->call)} (DXMsg::get_all());
+my @all = grep {!($self->priv < 5 && $_->to ne $self->call && $_->from ne $self->call)} (DXMsg::get_all());
 my $sel = 0;
 my $from = 0;
 my $to = $all[@all-1]->msgno;