Files
CHOMPStation2/code/modules/tgchat/chat_verbs.dm
CHOMPStation2StaffMirrorBot f72f2f8c89 [MIRROR] Server maint subsystem (#9408)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2024-11-04 22:00:41 +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")