Files
KashargulandGitHub 94ade300d3 TG-Chat visual limits and fixes (#15659)
* tg-chat visual limits and export verb

* typo

* fix emotesubtle colour for vchat themes

* optimized archiving, cleanup

* allows to reoder tabs

* export respects filter

* fixes the examine filtering issue

* italic

* dismiss connection warning

* style fix
2024-01-18 23:53:03 +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>")