mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 17:03:04 +02:00
purge
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user