[MIRROR] Admin verb to send message on PDA [MDB IGNORE] (#17252)

* Admin verb to send message on PDA (#70790)

* base

* oh, oh.

* uh, dots?

* no hdd, only computer

* kill let in UI(but not in func)

* Admin verb to send message on PDA

Co-authored-by: Yaroslav Nurkov <78199449+AnywayFarus@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-10-30 21:46:37 -04:00
committed by GitHub
co-authored by Yaroslav Nurkov
parent 445d293fd7
commit 4759d84a2e
4 changed files with 219 additions and 0 deletions
+1
View File
@@ -95,6 +95,7 @@ GLOBAL_PROTECT(admin_verbs_admin)
/client/proc/show_manifest,
/client/proc/list_dna,
/client/proc/list_fingerprints,
/client/proc/message_pda, /*send a message to somebody on PDA*/
)
GLOBAL_LIST_INIT(admin_verbs_ban, list(/client/proc/unban_panel, /client/proc/ban_panel, /client/proc/stickybanpanel))
GLOBAL_PROTECT(admin_verbs_ban)