From f3b790031ac6a43912e3bc20c6e97f2f65501094 Mon Sep 17 00:00:00 2001 From: minima Date: Fri, 14 Sep 2001 17:56:03 +0000 Subject: [PATCH] set the ann_to_talk flag to 1 as default --- perl/DXProt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 990aa45d..30fd9790 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -61,7 +61,7 @@ $baddx = new DXHash "baddx"; $badspotter = new DXHash "badspotter"; $badnode = new DXHash "badnode"; $last10 = $last_pc50 = time; -$ann_to_talk = 0; +$ann_to_talk = 1; @checklist = ( -- 2.34.1