1. Various detail changes to remove some more warning with -w on
[spider.git] / perl / DXVars.pm
index b35689bcbda100f9f21460debf19f42f963bc611..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";
@@ -87,4 +87,4 @@ $userfn = "$data/users";
 $motd = "$data/motd";
 
 # are we debugging ?
-@debug = ('chan', 'state', 'msg');
+@debug = ('chan', 'state', 'msg', 'cron');