X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fbands.pl;h=856aebc568e7224dbb17ad83cd1bca4b2398fb6c;hb=a8b7d0b77fd3cefb1943ce7548f8c803aa83ff39;hp=cd184f68087e8cab89fdff3d6f75d78bae32c0b1;hpb=3784e03cd598b7f540fb849a533b7589867a066a;p=spider.git diff --git a/cmd/load/bands.pl b/cmd/load/bands.pl index cd184f68..856aebc5 100644 --- a/cmd/load/bands.pl +++ b/cmd/load/bands.pl @@ -2,7 +2,7 @@ # load the bands file after changing it # my $self = shift; -return (0, $self->msg('e5')) if $self->priv < 9; +return (1, $self->msg('e5')) if $self->priv < 9; my @out = Bands::load($self); @out = ($self->msg('ok')) if !@out; return (1, @out);