make sure that a PC17 cannot disconnect a local user.
$main::me->{registered} = 1;
$main::me->{version} = $main::version;
$main::me->{build} = $main::build;
+ $main::me->{do_pc92} = 1;
+ $main::me->{via_pc92} = 1;
}
#
}
}
+ if (DXChannel::get($ucall)) {
+ dbg("PCPROT: trying do disconnect local user, ignored") if isdbg('chanerr');
+ return;
+ }
+
# input filter if required and then remove user if present
if ($parent) {
# return unless $self->in_filter_route($parent);
# put in a DXCluster node for us here so we can add users and take them away
$routeroot = Route::Node->new($mycall, $version*100+5300, Route::here($main::me->here)|Route::conf($main::me->conf));
+$routeroot->do_pc92(1);
+$routeroot->via_pc92(1);
# make sure that there is a routing OUTPUT node default file
#unless (Filter::read_in('route', 'node_default', 0)) {