mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-01-30 02:44:26 +00:00
7 lines
180 B
Plaintext
7 lines
180 B
Plaintext
/client/verb/export_chat()
|
|
set category = "OOC"
|
|
set name = "Export Chatlog"
|
|
set desc = "Allows to trigger the chat export"
|
|
|
|
tgui_panel.window.send_message("saveToDiskCommand")
|