X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXVars.pm.issue;h=139368617d951c784b3c09daaee95f8338c8867e;hb=766014807e2521cc60a219c6eda5b49d13ffc70f;hp=ed19470c478a8d1bac7295effc81746f5f124015;hpb=9f38101205c21a4523228c9b41571d26f9adcaec;p=spider.git diff --git a/perl/DXVars.pm.issue b/perl/DXVars.pm.issue index ed19470c..13936861 100644 --- a/perl/DXVars.pm.issue +++ b/perl/DXVars.pm.issue @@ -1,4 +1,4 @@ -# +# -*- perl -*- # The system variables - those indicated will need to be changed to suit your # circumstances (and callsign) # @@ -43,7 +43,7 @@ $myemail = "qqq@gmail.com"; @my_cc = qw(); # are we debugging ? -@debug = qw(chan state msg cron connect); +@debug = qw(chan state msg cron connect progress nologchan); # are we doing xml? $do_xml = 0;