]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Factoids/Core.pl
- strictify
[infobot.git] / src / Factoids / Core.pl
index 0d4b6dba91d8b7eda3ba4626eaca39a6085af2c6..e28815718a2da2b12abe65c9388981b875079eed 100644 (file)
@@ -5,7 +5,11 @@
 #   Created: 20010906
 #
 
-if (&IsParam("useStrict")) { use strict; }
+# use strict;  # TODO
+
+use vars qw(%param %cache %lang %cmdstats %bots);
+use vars qw($message $who $addressed $chan $h $nuh $ident $msgType
+       $correction_plausable);
 
 # Usage: &validFactoid($lhs,$rhs);
 sub validFactoid {