try to make set/isolate more bombproof.
[spider.git] / perl / DXProt.pm
index 61693f330ed1659bd37223805efa8a7f80c1cf2e..ec6f5b0400a6b309d0da0b398a5235260373b5cf 100644 (file)
@@ -351,7 +351,7 @@ sub start
 sub sendinit
 {
        my $self = shift;
-       $self->send(pc18());
+       $self->send(pc18(($self->{isolate} || !$self->user->wantpc9x) ? "" : " pc9x"));
 }
 
 #