allow pings if connected, but with no protocol visible yet
authordjk <djk>
Mon, 17 Apr 2000 06:34:46 +0000 (06:34 +0000)
committerdjk <djk>
Mon, 17 Apr 2000 06:34:46 +0000 (06:34 +0000)
cmd/ping.pl

index 9447b67b6f055e652da0fd1d39161aa10dba0015..d75e1701ece5e5a0a8c626c52747553500227bdb 100644 (file)
@@ -23,7 +23,7 @@ return (1, $self->msg('pinge1')) if $call eq $main::mycall;
 my $noderef = DXCluster->get_exact($call);
 $noderef = DXChannel->get($call) unless $noderef;
 
-return (1, $self->msg('e7', $call)) if !$noderef || !$noderef->pcversion;
+return (1, $self->msg('e7', $call)) unless $noderef;
 
 # ping it
 DXProt::addping($self->call, $call);