# is there a call?
return (1, $self->msg('e6')) if !$call;
+# is it me?
+return (1, $self->msg('pinge1')) if $call eq $main::mycall;
+
# can we see it? Is it a node?
my $noderef = DXCluster->get_exact($call);
$noderef = DXChannel->get($call) unless $noderef;
if ($tochan) {
$tochan->nopings(3); # pump up the timer
push @{$tochan->pingtime}, $t;
- shift @{$tochan->pingtime} if @{$tochan->pingtime} > 10;
+ shift @{$tochan->pingtime} if @{$tochan->pingtime} > 6;
my $st;
for (@{$tochan->pingtime}) {
$st += $_;
password => 'Password set or changed for $_[0]',
pingo => 'Ping Started to $_[0]',
pingi => 'Ping Returned from $_[0] $_[1] (Ave $_[2]) secs',
+ pinge1 => 'Cannot ping yourself!',
pr => '$_[0] de $main::mycall $main::cldate $main::ztime >',
pr2 => '($_[0]) de $main::mycall $main::cldate $main::ztime >',
priv => 'Privilege level changed on $_[0]',