X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=inline;f=perl%2FDXProtHandle.pm;h=748506be3bdb1411c55e84ec408eae3c225601b4;hb=0a81dd5596a3bd7746f00bad8f7c61b8d823a2ac;hp=65aeeefa08c68aec890e81a3dcde9a94224abaf1;hpb=a4a03d4c1437e6239c35343a275c2c4436af7751;p=spider.git diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index 65aeeefa..748506be 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -879,17 +879,26 @@ sub handle_22 my $line = shift; my $origin = shift; - if ($self->{do_pc92} && $self->{state} ne 'init92') { - dbg("PCPROT: disconnecting because login call not sent in any pc92") if isdbg('chanerr'); - $self->send("**** You logged in with $self->{call} but that is NOT your \$mycall"); - $self->disconnect; - return; + if ($self->{do_pc92}) { + if ($self->{state} ne 'init92') { + dbg("PCPROT: disconnecting because login call not sent in any pc92") if isdbg('chanerr'); + $self->send("**** You logged in with $self->{call} but that is NOT your \$mycall"); + $self->disconnect; + return; + } + my $ref = Route::Node::get($self->{call}); + if ($ref) { + $main::me->route_pc92a($main::mycall, undef, $main::routeroot, $ref); + } else { + dbg("PCPROT: disconnecting because pc92 for $self->{call} received") if isdbg('chanerr'); + $self->disconnect; + return; + } + } else { + $self->send_delayed_pc92; } - - $self->state('normal'); $self->{lastping} = 0; - - $self->send_delayed_pc92 + $self->state('normal'); } # WWV info