1. added wantgrid (to control display of grid square info on DX Broadcasts)
[spider.git] / cmd / export_users.pl
diff --git a/cmd/export_users.pl b/cmd/export_users.pl
new file mode 100644 (file)
index 0000000..4c143eb
--- /dev/null
@@ -0,0 +1,9 @@
+#
+# the export the user file to ascii command
+#
+# $Id$
+#
+my $self = shift;
+return (1, $self->msg('e5')) unless $self->priv >= 9;
+my $line = shift || "$main::data/user_asc";
+return (1, DXUser::export($line));