spider/cmd/unset/privilege.pl
2001-08-08 15:56:49 +00:00

12 lines
198 B
Perl

#
# 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'));