remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / stat / user.pl
index 088cacba6d8c97bec3a258b6400dabdf6ff3a5c3..1e0f15daa535d15ad3f99ad0297809dcca0b9de7 100644 (file)
@@ -1,11 +1,10 @@
 #
 # show either the current user or a nominated set
 #
-# $Id$
+#
 #
 
 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