From 6cd4c2de5c12b9c83f718d33e2e00e2b6a88bcfa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 14 Feb 2021 17:03:52 -0300 Subject: Keep chatlogs for only one week, implement auto deletion policy in server. This imposes over forks as well instead of being cron-reliant --- npc/003-3/malindou.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/003-3/malindou.txt') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 28c7e3364..2d3f61006 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -655,6 +655,11 @@ OnInit: //htput($@CONTRIBUTORS, "", 1); end; +OnClock0500: + // 23717 2020-12- + query_sql("DELETE FROM `chatlog` WHERE `time` < '"+sqldate(-7)+"'"); + end; + // This is for HUB OnSkillInvoke: if (!playerattached()) -- cgit v1.2.3-60-g2f50