X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fload%2Fforward.pl;h=8f1ed58dd53ab4b6946bc9f3707556c59a9e3383;hb=refs%2Fheads%2Fnewusers;hp=27fa48dac0d083b25f68398e6399b4f8d2878934;hpb=093ac03207bd4468fa89dc7438936b245a92cbe5;p=spider.git diff --git a/cmd/load/forward.pl b/cmd/load/forward.pl index 27fa48da..8f1ed58d 100644 --- a/cmd/load/forward.pl +++ b/cmd/load/forward.pl @@ -1,7 +1,7 @@ # reload the message forward file my $self = shift; my @out; -return (0, $self->msg('e5')) if $self->priv < 9; +return (1, $self->msg('e5')) if $self->priv < 9; push @out, (DXMsg::load_forward()); @out = ($self->msg('ok')) unless @out; return (1, @out);