fix console.pl max scroll depth
[spider.git] / cmd / load / badmsg.pl
1 # reload the badmsg file
2 my $self = shift;
3 my @out;
4 return (1, $self->msg('e5')) if $self->priv < 9;
5 push @out, (DXMsg::load_badmsg());
6 @out = ($self->msg('ok')) unless @out;
7 return (1, @out);