add unset/privilege command to relinquish any sysop privileges you might
[spider.git] / cmd / unset / privilege.pl
diff --git a/cmd/unset/privilege.pl b/cmd/unset/privilege.pl
new file mode 100644 (file)
index 0000000..d031a4a
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# unset any privileges that the user might have for THIS SESSION only
+#
+# Copyright (c) 2001 Dirk Koopman G1TLH
+#
+# $Id$
+#
+my ($self, $line) = @_;
+$self->priv(0);
+return (1, $self->msg('done'));
+