fixed A & K to be right way round
[spider.git] / cmd / load / forward.pl
diff --git a/cmd/load/forward.pl b/cmd/load/forward.pl
new file mode 100644 (file)
index 0000000..27fa48d
--- /dev/null
@@ -0,0 +1,7 @@
+# reload the message forward file
+my $self = shift;
+my @out;
+return (0, $self->msg('e5')) if $self->priv < 9;
+push @out, (DXMsg::load_forward());
+@out = ($self->msg('ok')) unless @out;
+return (1, @out);