From: timriker Date: Tue, 19 Nov 2002 23:39:09 +0000 (+0000) Subject: reenable forking when local X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1ae950e3e1469c4d186c96b6ecc1cbdc9dda9914;p=infobot.git reenable forking when local git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@624 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/modules.pl b/src/modules.pl index 6a93170..e8e2e2b 100644 --- a/src/modules.pl +++ b/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") ) {