X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FAMsg.pm;h=4ca43cb495951433f88cf4e325f548e9d3d7e037;hb=c3c15883cf25add24fc49e32eb0d17dce6839a62;hp=15596a98196958e3e2185e0d76cb09ca397f26da;hpb=bcf099764f49e68ef016964e420b906e7900623e;p=spider.git diff --git a/perl/AMsg.pm b/perl/AMsg.pm index 15596a98..4ca43cb4 100644 --- a/perl/AMsg.pm +++ b/perl/AMsg.pm @@ -170,7 +170,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 && $call ne $main::mycall) { my $ip = $conn->{peerhost} || 'unknown';