use vars qw(%dup $duplth $dupage $filterdef);
-$duplth = 60; # the length of text to use in the deduping
-$dupage = 5*3600; # the length of time to hold ann dups
+$duplth = 30; # the length of text to use in the deduping
+$dupage = 5*3600; # the length of time to hold ann dups
$filterdef = bless ([
# tag, sort, field, priv, special parser
['by', 'c', 0],
dbg("ROUTE: pc92 broadcast candidate: $dxchan->{call}") if isdbg('obscount');
if ($dxchan == $main::me || !$dxchan->{do_pc9x}) {
$dxchan->broadcast_pc92_update($dxchan->{call});
- $last_pc92_slug = 0 if $dxchan == $main::me;
}
}
}