the next queue message cycle.
5. Put in prototype echo handling for direct connections using ExtMsg and
Listeners.pm.
+6. fix msgs to g1tlh-2 (as opposed to g1tlh)
04Oct01=======================================================================
1. allow a residence time of (default) 2 days before actually deleting a msg.
2. reduce the number R: lines on a bull from a bbs to 2 (the origin and the
if ($self->state eq "prompt") {
- my @f = split /\b/, $line;
+ my @f = split /([\s\@\$])/, $line;
@f = map {s/\s+//g; length $_ ? $_ : ()} @f;
# any thing after send?
# first line;
my $line = shift @$ref;
- my @f = split /\b/, $line;
+ my @f = split /([\s\@\$])/, $line;
@f = map {s/\s+//g; length $_ ? $_ : ()} @f;
unless (@f && $f[0] =~ /^(:?S|SP|SB|SEND)$/ ) {