X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fstartup.pl;h=c1fd6f5faf0892b899b474426f79c54e1e337e4c;hb=2708b926bf3f82ab20ff266afc8aa36adaac315b;hp=1f160c1bd0084d6ba96fa96ee8c75760b2cf74e7;hpb=fe4f4e3751da3786d25df2fe2fba104523de095d;p=spider.git diff --git a/cmd/show/startup.pl b/cmd/show/startup.pl index 1f160c1b..c1fd6f5f 100644 --- a/cmd/show/startup.pl +++ b/cmd/show/startup.pl @@ -3,10 +3,10 @@ # # Copyright (c) 2005 Dirk Koopman G1TLH # -# $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;