1. Started Changes file
[spider.git] / cmd / load / cmd_cache.pl
diff --git a/cmd/load/cmd_cache.pl b/cmd/load/cmd_cache.pl
new file mode 100644 (file)
index 0000000..67507db
--- /dev/null
@@ -0,0 +1,15 @@
+#
+# reset/reload the short name command cache
+#
+# you may need to do this if you remove files or the system
+# gets confused about where it should be loading its cmd files
+# from.
+#
+# Copyright (c) 1998 - Dirk Koopman G1TLH
+#
+# $Id$
+#
+my $self = shift;
+return (1, $self->msg('e5')) if $self->priv < 9;
+DXCommandmode::clear_cmd_cache();
+return (1, $self->msg('ok'));