X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FAMsg.pm;h=656726479eb262b2f8e2197b2f403c738f41b3dc;hb=dce19df96e5dab964cd89cab9c33af470d824109;hp=19fe9208818f28a075e6264fcb9353059c11566a;hpb=fe7780b7eb15406a7e5caac4ecc499c8f3304e18;p=spider.git diff --git a/perl/AMsg.pm b/perl/AMsg.pm index 19fe9208..65672647 100644 --- a/perl/AMsg.pm +++ b/perl/AMsg.pm @@ -186,7 +186,7 @@ sub new_channel # set up the basic channel info # is there one already connected to me - locally? my $user = DXUser->get_current($call); - my $dxchan = DXChannel->get($call); + my $dxchan = DXChannel::get($call); if ($dxchan) { if ($main::bumpexisting) { my $ip = $conn->{peerhost} || 'unknown';