+25Jul07=======================================================================
+1. don't clear out routing tables on shutdown. This should speed that up.
24Jul07=======================================================================
1. Try to target PC93 (the combined talk/ann/chat sentence) better. Prevent
PC12 chat going to non-dxspider and non-ak1a nodes. None of the others seem to
# here we determine what needs to go out of the routing table
my @rout;
- if ($node) {
+ if ($node && $pc39flag != 2) {
dbg('%Route::Node::List = ' . join(',', sort keys %Route::Node::list)) if isdbg('routedisc');
@rout = $node->del($main::routeroot);