4. Fiddle with the lockout mechanism so that set/login g1tlh also locks out
[spider.git] / cmd / stat / user.pl
index 61a6e7bf9eb60c156939dbe0285529d71ac2aa8b..088cacba6d8c97bec3a258b6400dabdf6ff3a5c3 100644 (file)
@@ -5,6 +5,7 @@
 #
 
 my ($self, $line) = @_;
+return (1, $self->msg('e5')) if $self->priv < 1;
 my @list = split /\s+/, $line; # generate a list of callsigns
 @list = ($self->call) if !@list; # my channel if no callsigns