From 3520a76fc6d1d7c402bd400a75947bb2fd4a8fe1 Mon Sep 17 00:00:00 2001 From: dms Date: Fri, 9 Feb 2001 14:18:29 +0000 Subject: [PATCH] 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 --- src/core.pl | 3 --- 1 file changed, 3 deletions(-) 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 { -- 2.39.2