1. fixed the 'ever lengthening msg' syndrome and probably made the whole
thing more reliable at the same time.
2. do some restructuring of the msg system and upissue the version no.
+3. fix @xxxx syntax for bbs input
01Oct01=======================================================================
1. made login info not the default
2. change the looping protoection for PC16/17/19/21 and also be more rigorous
$loc->{rrreq} = '1';
} elsif ($f eq '<' && @f) { # this is bbs syntax for from call
$loc->{from} = uc shift @f;
- } elsif ($f eq '@' && @f) { # this is bbs syntax, for origin
- $loc->{origin} = uc shift @f;
+ } elsif ($f eq '@' && @f) { # this is bbs syntax, for send it 'to node'
+ ;
} elsif ($f =~ /^\$/) { # this is bbs syntax for a bid
next;
} elsif ($f =~ /^<\S+/) { # this is bbs syntax for from call
;
} elsif ($notincalls && ($f eq 'RR')) {
$rr = '1';
- } elsif ($f eq '@' && @f) { # this is bbs syntax, for origin
- $origin = uc shift @f;
+ } elsif ($f eq '@' && @f) { # this is bbs syntax, for AT
+ next;
} elsif ($f eq '<' && @f) { # this is bbs syntax for from call
$from = uc shift @f;
} elsif ($f =~ /^\$/) { # this is bbs syntax for a bid