Files
VOREStation/code/modules/tgchat/chat_verbs.dm
Kashargul 4879a52633 Server maint subsystem (#16518)
* 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>
2024-11-04 11:44:44 +01:00

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")