From: dms Date: Fri, 9 Feb 2001 14:18:29 +0000 (+0000) Subject: don't write user/chan file on HUP/restart. confirmed by asuffield X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3520a76fc6d1d7c402bd400a75947bb2fd4a8fe1;p=infobot.git don't write user/chan file on HUP/restart. confirmed by asuffield git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@373 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/core.pl b/src/core.pl index 383210c..2b8b36e 100644 --- a/src/core.pl +++ b/src/core.pl @@ -345,9 +345,6 @@ sub shutdown { &closeDB(); &closeSHM($shm); # aswell. TODO: use this in &doExit? &closeLog(); - ### is this valid? - &writeUserFile(); - &writeChanFile(); } sub restart {