added swop file
[spider.git] / cmd / load / badmsg.pl
index 5a5cbc3829dab56fc3ed05e30b05216f2bb299f4..18eb747f26a795650936909b3109cfc413552979 100644 (file)
@@ -1,7 +1,7 @@
 # reload the badmsg 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_badmsg());
 @out = ($self->msg('ok')) unless @out;
 return (1, @out);