From dfdd8e6e52183b27328c71609b478c0b9aa41e00 Mon Sep 17 00:00:00 2001 From: dms Date: Thu, 1 Feb 2001 14:21:15 +0000 Subject: [PATCH] - write user/chan file in 'shutdown' git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@297 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/core.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core.pl b/src/core.pl index 14b8184..b075235 100644 --- a/src/core.pl +++ b/src/core.pl @@ -345,6 +345,9 @@ sub shutdown { &closeDB(); &closeSHM($shm); # aswell. TODO: use this in &doExit? &closeLog(); + ### is this valid? + &writeUserFile(); + &writeChanFile(); } sub restart { -- 2.39.5