fix all DXChannel->get to ::get
[spider.git] / perl / AMsg.pm
index 15596a98196958e3e2185e0d76cb09ca397f26da..4ca43cb495951433f88cf4e325f548e9d3d7e037 100644 (file)
@@ -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';