sort cyborg modules (#18206)

* sort cyborg modules

* .

* bunch of runtimes

---------

Co-authored-by: ShadowLarkens <shadowlarkens@gmail.com>
This commit is contained in:
Kashargul
2025-08-11 03:21:13 -07:00
committed by GitHub
co-authored by ShadowLarkens
parent c53c6bc7de
commit 867fec60bc
8 changed files with 44 additions and 18 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
ADMIN_VERB(get_server_logs, (R_ADMIN | R_SERVER), "Get Server Logs", "View or retrieve logfiles.", ADMIN_CATEGORY_MAIN)
ADMIN_VERB(get_server_logs, (R_ADMIN | R_SERVER), "Get Server Logs", "View or retrieve logfiles.", ADMIN_CATEGORY_LOGS)
user.browseserverlogs()
ADMIN_VERB(get_current_logs, (R_ADMIN | R_SERVER), "Get Current Logs", "View or retrieve logfiles for the current round.", ADMIN_CATEGORY_MAIN)
ADMIN_VERB(get_current_logs, (R_ADMIN | R_SERVER), "Get Current Logs", "View or retrieve logfiles for the current round.", ADMIN_CATEGORY_LOGS)
user.browseserverlogs(current=TRUE)
/client/proc/browseserverlogs(current=FALSE)