X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fobscount.pl;h=ed5f6c4574c5cf27ec5db53a3a632f8b79651c6a;hb=f939c447ca5ef37073054a73e50b48a63533a9bc;hp=fcbf81eec7c8a0d9068d5cb5d9b7c1e979e42ba4;hpb=a453254d687774f352822492d500330a09fd7ebe;p=spider.git diff --git a/cmd/set/obscount.pl b/cmd/set/obscount.pl index fcbf81ee..ed5f6c45 100644 --- a/cmd/set/obscount.pl +++ b/cmd/set/obscount.pl @@ -14,7 +14,7 @@ my $user; my $val = int shift @args if @args; -return (1, $self->msg('e5')) if $self->priv < 9; +return (1, $self->msg('e5')) if $self->priv < 8; return (1, $self->msg('e14')) unless defined $val; return (1, $self->msg('e12')) unless @args;