From 1cc27e0ff34c76acea034222efc682e6265c5046 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@297 c11ca15a-4712-0410-83d8-924469b57eb5 --- blootbot/src/core.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blootbot/src/core.pl b/blootbot/src/core.pl index 14b8184..b075235 100644 --- a/blootbot/src/core.pl +++ b/blootbot/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