]> git.donarmstrong.com Git - infobot.git/commitdiff
'use strict' issue
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 6 Sep 2000 14:59:43 +0000 (14:59 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Wed, 6 Sep 2000 14:59:43 +0000 (14:59 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@74 c11ca15a-4712-0410-83d8-924469b57eb5

src/logger.pl

index fcc9dfcb63384525f8f697ea3677bd84f90a79d9..454b36360041025f98af6eaf9cd841e2739f742c 100644 (file)
@@ -6,7 +6,7 @@
 #      NOTE: Based on code by Kevin Lenzo & Patrick Cole  (c) 1997
 #
 
-if (&IsParam("useStrict")) { use strict; }
+use strict;
 
 use vars qw($logDate $loggingstatus $statcount $bot_pid $forkedtime
            $statcountfix $addressed $logcount $logtime);