This commit is contained in:
SpudGunMan
2025-10-29 00:48:59 -07:00
parent acb0e870d6
commit 11faea2b4e
3 changed files with 1 additions and 10 deletions
-7
View File
@@ -100,13 +100,6 @@ ID: Hunter1 checked-In for 01:23:45📝Solo hunting
ID: Tech2 checked-In for 00:15:30📝Equipment repair
```
#### Purge Records
```
purgein # Delete your check-in record
purgeout # Delete your check-out record
```
Use these to manually remove your records if needed.
### Admin Commands
+1 -1
View File
@@ -6,7 +6,7 @@ from modules.log import logger
from modules.settings import checklist_db, reverse_in_out, bbs_ban_list
import time
trap_list_checklist = ("checkin", "checkout", "checklist", "purgein", "purgeout",
trap_list_checklist = ("checkin", "checkout", "checklist",
"checklistapprove", "checklistdeny", "checklistadd", "checklistremove")
def initialize_checklist_database():