From 4b8cf08ccabfd7ddae277ac0f0d915c9c57ce992 Mon Sep 17 00:00:00 2001 From: timriker Date: Tue, 19 Nov 2002 23:39:09 +0000 Subject: [PATCH] reenable forking when local git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@624 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/modules.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blootbot/src/modules.pl b/blootbot/src/modules.pl index 6a93170..e8e2e2b 100644 --- a/blootbot/src/modules.pl +++ b/blootbot/src/modules.pl @@ -155,9 +155,9 @@ sub loadIRCModules { &showProc(" (Net::IRC)"); } else { &status("IRC support DISABLED."); - # disabling forking. - $param{forking} = 0; - $param{noSHM} = 1; + # disabling forking. Why? + #$param{forking} = 0; + #$param{noSHM} = 1; } foreach ( &getPerlFiles("$bot_src_dir/$interface") ) { -- 2.39.5