]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/Units.pl
- strictify
[infobot.git] / src / Modules / Units.pl
index 3aea58281c2dd8f2392114ce8c474179f5304b22..bc7be77388a781d4d87ba0e907dbdae27dee305b 100644 (file)
@@ -5,6 +5,8 @@
 
 package Units;
 
+# use strict;  # TODO
+
 #$DEBUG_p = 1;
 #$DEBUG_o = 1;
 #$DEBUG_l = 1;
@@ -49,7 +51,7 @@ BEGIN {
 ################################################################
 
 { my $defs_read = 0;
-  $defs_read += read_defs("$::bot_misc_dir/unittab");
+  $defs_read += read_defs("$::bot_data_dir/unittab");
 
   unless ($defs_read) {
     &::ERROR("Could not read any of the initialization files UNITTAB");