From 2eca24e6ab216d87af4b0bb05c08818e4524f53a Mon Sep 17 00:00:00 2001 From: dms Date: Mon, 4 Dec 2000 13:31:56 +0000 Subject: [PATCH] Typos galore for logCycle, should be fixed git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@182 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/IRC/Schedulers.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IRC/Schedulers.pl b/src/IRC/Schedulers.pl index ccc30c5..4b6987b 100644 --- a/src/IRC/Schedulers.pl +++ b/src/IRC/Schedulers.pl @@ -16,7 +16,7 @@ sub setupSchedulers { &uptimeCycle(1) if (&IsParam("uptime")); &randomQuote(1) if (&IsParam("randomQuote")); &randomFactoid(1) if (&IsParam("randomFactoid")); - &logCycle(1) if ($loggingstatus and &IsParam("logFile") and &IsParam("maxLogSize")); + &logCycle(1) if (defined fileno LOG and &IsParam("logfile") and &IsParam("maxLogSize")); &limitCheck(1) if (&IsParam("limitcheck")); &netsplitCheck(1); # mandatory &floodCycle(1); # mandatory -- 2.39.5