mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] TG-Chat visual limits and fixes (#7580)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Selis <selis@xynolabs.com>
This commit is contained in:
6
code/modules/tgchat/chat_verbs.dm
Normal file
6
code/modules/tgchat/chat_verbs.dm
Normal file
@@ -0,0 +1,6 @@
|
||||
/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>")
|
||||
Reference in New Issue
Block a user