1. Various detail changes to remove some more warning with -w on
[spider.git] / perl / DXVars.pm
index 145631fd53b74b12b50b38e42787f1689e50c779..ab43ca6489195ae63c7f3f8f87de45f3b4ff8cb8 100644 (file)
@@ -18,7 +18,7 @@ require Exporter;
                 $def_hopcount $data $system $cmd
                                $userfn $motd $local_cmd $mybbsaddr
                 $lang
-                               $pc50_interval, $user_interval
+                               $pc50_interval $user_interval
                );
                           
                           
@@ -35,7 +35,7 @@ $myalias = "G1TLH";
 $mylatitude = +52.68584579;
 
 # Your Longtitude (+)ve = East, (-)ve = West in degrees and decimal degrees
-$mylongtitude = +0.94518260;
+$mylongitude = +0.94518260;
 
 # Your locator (yes I know I can calculate it - eventually)
 $mylocator = "JO02LQ";
@@ -59,9 +59,6 @@ $clusteraddr = "localhost";
 # the port number of the cluster (just leave this, unless it REALLY matters to you)
 $clusterport = 27754;
 
-# cluster debug file
-$debugfn = "/tmp/debug_cluster";
-
 # your favorite way to say 'Yes'
 $yes = 'Yes';
 
@@ -90,4 +87,4 @@ $userfn = "$data/users";
 $motd = "$data/motd";
 
 # are we debugging ?
-@debug = ('chan', 'state', 'msg');
+@debug = ('chan', 'state', 'msg', 'cron');