mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Selis <selis@xynolabs.com>
7 lines
186 B
Plaintext
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>")
|