]> git.donarmstrong.com Git - infobot.git/commitdiff
- write user/chan file in 'shutdown'
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 1 Feb 2001 14:21:15 +0000 (14:21 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Thu, 1 Feb 2001 14:21:15 +0000 (14:21 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@297 c11ca15a-4712-0410-83d8-924469b57eb5

src/core.pl

index 14b8184ac66f14baaace6bf7d1c2d29fae36cade..b075235c7b9d8c023b1b5eaed393e6053d9e654f 100644 (file)
@@ -345,6 +345,9 @@ sub shutdown {
     &closeDB();
     &closeSHM($shm);   # aswell. TODO: use this in &doExit?
     &closeLog();
+    ### is this valid?
+    &writeUserFile();
+    &writeChanFile();
 }
 
 sub restart {