From: dms Date: Thu, 1 Feb 2001 14:21:15 +0000 (+0000) Subject: - write user/chan file in 'shutdown' X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dfdd8e6e52183b27328c71609b478c0b9aa41e00;p=infobot.git - 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 --- 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 {