X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fstation.pl;h=d9f2b9d10d631f8feb433b5aec0f67159546b567;hb=33c95e70cc90be9f60c4efd73717386b299048f7;hp=26f2bbe6489fbb7f3c0b0274ddf74a65a15d4ca7;hpb=9ffa482b325ca5b660a50e4bb845420cad17e969;p=spider.git diff --git a/cmd/show/station.pl b/cmd/show/station.pl index 26f2bbe6..d9f2b9d1 100644 --- a/cmd/show/station.pl +++ b/cmd/show/station.pl @@ -14,7 +14,8 @@ my $seek; push @f, $self->call unless @f; if (@f <= 2 && uc $f[0] eq 'ALL') { - return (1, $self->msg('e6')) if ($self->priv < 6); + return (1, $self->msg('e6')) if @f == 1 && $self->priv < 6; + return (1, $self->msg('e6')) if $self->priv < 5 || $f[1] eq '*'; shift @f; my $exp = shellregex(uc shift @f) if @f; my @calls;