allow sta/msg for priv 1
authorminima <minima>
Sun, 13 May 2001 18:58:01 +0000 (18:58 +0000)
committerminima <minima>
Sun, 13 May 2001 18:58:01 +0000 (18:58 +0000)
cmd/stat/msg.pl

index 557170e87689946dad35d31aed8ab82cfcea005a..5c5b46a04ed5bb4c9fd500a07311dcd96ce6da16 100644 (file)
@@ -8,7 +8,7 @@ my ($self, $line) = @_;
 my @list = split /\s+/, $line;               # generate a list of msg nos
 my @out;
 
-return (1, $self->msg('e5')) if $self->priv < 5;
+return (1, $self->msg('e5')) if $self->priv < 1;
 return (1, $self->msg('m16')) if @list == 0;
 
 foreach my $msgno (@list) {