X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fstat%2Fuser.pl;h=088cacba6d8c97bec3a258b6400dabdf6ff3a5c3;hb=f9b0d39eb17d107b9f2b0c6c08652ea02c1d74ce;hp=61a6e7bf9eb60c156939dbe0285529d71ac2aa8b;hpb=1247daf765691411848e68517bd1bb59cdaf731f;p=spider.git diff --git a/cmd/stat/user.pl b/cmd/stat/user.pl index 61a6e7bf..088cacba 100644 --- a/cmd/stat/user.pl +++ b/cmd/stat/user.pl @@ -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