Files
CHOMPStation2/code/modules/tgchat/chat_verbs.dm
2024-01-19 00:20:48 +01:00

7 lines
186 B
Plaintext

/client/verb/export_chat()
set category = "OOC"
set name = "Export Chatlog"
set desc = "Allows to trigger the chat export"
to_chat(usr, "<span data-command=\"$do_export\"></span>")