spider/cmd/shu.pl
2002-09-17 23:21:13 +00:00

16 lines
234 B
Perl

#
# Command to force people to type at least 'shut' to shutdown
#
# Copyright (c) 2002 Dirk Koopman G1TLH
#
# $Id$
#
my $self = shift;
if ($self->priv >= 5) {
return (1, $self->msg('shu'))
} else {
return (1, $self->msg('e1'));
}