X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fstat%2Fuser.pl;h=5cb57f29dd3b4e4ce6c06cd81372a3f1c4e705c8;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=61a6e7bf9eb60c156939dbe0285529d71ac2aa8b;hpb=3d0378103505a9738776a34e88c64dc811ba60f0;p=spider.git diff --git a/cmd/stat/user.pl b/cmd/stat/user.pl index 61a6e7bf..5cb57f29 100644 --- a/cmd/stat/user.pl +++ b/cmd/stat/user.pl @@ -1,7 +1,7 @@ # # show either the current user or a nominated set # -# $Id$ +# # my ($self, $line) = @_; @@ -12,7 +12,7 @@ my $call; my @out; foreach $call (@list) { $call = uc $call; - my $ref = DXUser->get_current($call); + my $ref = DXUser::get_current($call); if ($ref) { if ($self->consort eq 'ax25') { @out = grep { !/(Password|Privilege)/ } print_all_fields($self, $ref, "User Information $call");