reduced priv of catchup commands to 5
[spider.git] / cmd / uncatchup.pl
index 2c750b5eefdcc4e0a03f6d3b6b7894becc7611d6..4f7808d728f322f957e732af3ef24d1ba39f2643 100644 (file)
@@ -10,7 +10,7 @@
 #
 
 my ($self, $line) = @_;
-return (1, $self->msg('e5')) if $self->priv < 9;
+return (1, $self->msg('e5')) if $self->priv < 5;
 
 my @f = split /\s+/, $line;
 return (1, "usage: catchup <node call> all|[<msgno ...]") unless @f >= 2;