X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fobscount.pl;h=ed5f6c4574c5cf27ec5db53a3a632f8b79651c6a;hb=8cd5395c7fe3c5a791af797fe03b9d7d32ae12d5;hp=fcbf81eec7c8a0d9068d5cb5d9b7c1e979e42ba4;hpb=329702a31bd4a526077c713b12ede457276c79db;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;