clean up various things and add the DXXml.pm module
[spider.git] / perl / AMsg.pm
index 19fe9208818f28a075e6264fcb9353059c11566a..656726479eb262b2f8e2197b2f403c738f41b3dc 100644 (file)
@@ -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';