]> git.donarmstrong.com Git - infobot.git/commitdiff
reenable forking when local
authortimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 19 Nov 2002 23:39:09 +0000 (23:39 +0000)
committertimriker <timriker@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 19 Nov 2002 23:39:09 +0000 (23:39 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@624 c11ca15a-4712-0410-83d8-924469b57eb5

blootbot/src/modules.pl

index 6a9317036852501ab511e6130d3abd7dbdbbebf3..e8e2e2b76ee86218a7eabc9069e04b1ad5ca291f 100644 (file)
@@ -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") ) {