+24Aug00=======================================================================
+1. Removed WWV command so that users can't interfere (read mess up) the
+automatic feeds which come from various places on the net.
23Aug00=======================================================================
1. Added persistant dupe file so that all dupes are stored here (including
announces) - announces are now kept for 5 days (as default).
+++ /dev/null
-#
-# WWV command
-#
-# Copyright (c) 1998 Dirk Koopman G1TLH
-#
-# $Id$
-#
-my ($self, $line) = @_;
-return (1, "not implimented yet");
unpad($text);
$text =~ s/[^a-zA-Z0-9]//g;
$text = substr($text, 0, $duplth) if length $text > $duplth;
- my $dupkey = "A$to|$text";
+ my $dupkey = "A$to|\L$text";
return DXDupe::check($dupkey, $main::systime + $dupage);
}
$text = substr($text, 0, $duplth) if length $text > $duplth;
unpad($text);
$text =~ s/[^a-zA-Z0-9]//g;
- my $dupkey = "X$freq|$call|$d|$text";
+ my $dupkey = "X$freq|$call|$d|\L$text";
return DXDupe::check($dupkey, $main::systime+$dupage);
}