X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fset%2Fpinginterval.pl;h=4d215747f48f4e7597a3e447b7ef0cb7b73b0eea;hb=ab811a0c902225075a9bd69749f65594079433a9;hp=1e1da5697bca44acd0ea33926f4e0b5fb2376b13;hpb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;p=spider.git diff --git a/cmd/set/pinginterval.pl b/cmd/set/pinginterval.pl index 1e1da569..4d215747 100644 --- a/cmd/set/pinginterval.pl +++ b/cmd/set/pinginterval.pl @@ -3,7 +3,7 @@ # # Copyright (c) 1998 - Dirk Koopman # -# $Id$ +# # my ($self, $line) = @_; @@ -34,7 +34,7 @@ foreach $call (@args) { $call = uc $call; my $dxchan = DXChannel::get($call); $user = $dxchan->user if $dxchan; - $user = DXUser->get($call) unless $user; + $user = DXUser::get($call) unless $user; if ($user) { unless ($user->is_node) { push @out, $self->msg('e13', $call);