mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-24 13:37:16 +01:00
* 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
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>")
|