add delete/user command
[spider.git] / cmd / load / baddx.pl
diff --git a/cmd/load/baddx.pl b/cmd/load/baddx.pl
deleted file mode 100644 (file)
index 64a54c9..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# reload the baddx file
-my $self = shift;
-my @out;
-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;
-return (1, @out);