mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-06 06:10:03 +00:00
* upports server maint subsystem * fix runtime in admin z narrate * . * sorts them verbs * . * . * Update code/controllers/subsystems/statpanel.dm Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> * Update code/controllers/subsystems/server_maint.dm Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> --------- Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
/client/verb/export_chat()
|
|
set category = "OOC.Chat"
|
|
set name = "Export Chatlog"
|
|
set desc = "Allows to trigger the chat export"
|
|
|
|
tgui_panel.window.send_message("saveToDiskCommand")
|