allow the PC16/17/19/21 to operate locally only (ready for polled routing).
[spider.git] / cmd / load / forward.pl
1 # reload the message forward file
2 my $self = shift;
3 my @out;
4 return (1, $self->msg('e5')) if $self->priv < 9;
5 push @out, (DXMsg::load_forward());
6 @out = ($self->msg('ok')) unless @out;
7 return (1, @out);