X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fstartup.pl;h=6bb3e854caef134908a0443810a02f6c57a2664b;hb=ae313f260d904cd45b58e4d1e620a49aef1a42c9;hp=1f160c1bd0084d6ba96fa96ee8c75760b2cf74e7;hpb=fe4f4e3751da3786d25df2fe2fba104523de095d;p=spider.git diff --git a/cmd/show/startup.pl b/cmd/show/startup.pl index 1f160c1b..6bb3e854 100644 --- a/cmd/show/startup.pl +++ b/cmd/show/startup.pl @@ -6,7 +6,7 @@ # $Id$ # my ($self, $line) = @_; -return (1, $self->msg('e5')) if $self->remotecmd; +return (1, $self->msg('e5')) if $self->remotecmd || $self->inscript; return (1, $self->msg('e5')) if $line && $self->priv < 5; my @out;