added swop file
[spider.git] / cmd / load / baddx.pl
index 3a1dbef33862b9301210b66b552368a32a808467..64a54c9d973923655d642c5f632a6d5448d5e846 100644 (file)
@@ -1,7 +1,7 @@
 # reload the baddx file
 my $self = shift;
 my @out;
-return (0, $self->msg('e5')) if $self->priv < 9;
+return (1, $self->msg('e5')) if $self->priv < 9;
 do "$main::data/baddx.pl" if -e "$main::data/baddx.pl";
 push @out, $@ if $@;
 @out = ($self->msg('ok')) unless @out;