mail not being deleted until a restart was done.
2. As well as a duplicate check on existing bulletins, I have added a check
the message is not (already) too old.
+3. fix problem for perl < 5.6 in Thingy.pm
03Feb05=======================================================================
1. Added latest Spanish translations courtesy of Angel EA7WA.
2. Force all languages to use pr in en in Messages, as the prompt is
} else {
no strict 'refs';
my $sub = "gen_$class";
- push @out, $thing->$sub if $thing->can($sub);
+ push @out, $thing->$sub() if $thing->can($sub);
}
$chan->send(@out) if @out;
}