X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fbands.pl;h=856aebc568e7224dbb17ad83cd1bca4b2398fb6c;hb=428e91daacae4fddcabc7e6279c1fbd40edbbe91;hp=cd184f68087e8cab89fdff3d6f75d78bae32c0b1;hpb=07e07de14eea115273999b9706b591b586e88479;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);