Files
CHOMPStation2/code/modules/tgchat/chat_verbs.dm
Kashargul e28fa96705 Tg panel patch 2 (#8085)
Co-authored-by: Cadyn Bombaci <cadynspacetechguy@gmail.com>
2024-05-15 13:42:13 +02:00

7 lines
197 B
Plaintext

/client/verb/export_chat()
set category = "OOC.Chat" //CHOMPEdit
set name = "Export Chatlog"
set desc = "Allows to trigger the chat export"
tgui_panel.window.send_message("saveToDiskCommand")