From 3d0378103505a9738776a34e88c64dc811ba60f0 Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 14 Sep 2001 20:31:20 +0000 Subject: [PATCH] put it back as it was --- cmd/stat/user.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/stat/user.pl b/cmd/stat/user.pl index 088cacba..61a6e7bf 100644 --- a/cmd/stat/user.pl +++ b/cmd/stat/user.pl @@ -5,7 +5,6 @@ # 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 -- 2.34.1