]> git.donarmstrong.com Git - infobot.git/commitdiff
don't write user/chan file on HUP/restart. confirmed by asuffield
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 9 Feb 2001 14:18:29 +0000 (14:18 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 9 Feb 2001 14:18:29 +0000 (14:18 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@373 c11ca15a-4712-0410-83d8-924469b57eb5

src/core.pl

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