+04Mar01=======================================================================
+1. allow fallback to english for help
03Mar01=======================================================================
1. allow incoming and outgoing IP connects direct to cluster.pl
2. fixed (long standing)a hole in PC17 handling
my $h = new IO::File;
if (!open($h, "$main::localcmd/Commands_$lang.hlp")) {
+ $lang = 'en';
if (!open($h, "$main::cmd/Commands_$lang.hlp")) {
return (1, $self->msg('helpe1'));
}