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=1cc27e0ff34c76acea034222efc682e6265c5046;p=infobot.git - write user/chan file in 'shutdown' git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@297 c11ca15a-4712-0410-83d8-924469b57eb5 --- 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 {