first cut of localqsl
[spider.git] / cmd / load / db.pl
diff --git a/cmd/load/db.pl b/cmd/load/db.pl
new file mode 100644 (file)
index 0000000..4ccb4b8
--- /dev/null
@@ -0,0 +1,8 @@
+#
+# Reload the DB list
+#
+my ($self, $line) = @_;
+return (1, $self->msg('e5')) if $self->priv < 9;
+DXDb::closeall();
+DXDb::load();
+return (1, 'Ok');