Fixes some events, removes unused scripts related to TGS3, etc

This commit is contained in:
Repede
2020-07-07 20:04:03 -04:00
parent 4b9a2bb47c
commit 1845eed3cc
9 changed files with 48 additions and 362 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
query_string += "&sentname=[url_encode(sent.name)]"
world.Export("[config.chat_webhook_url]?[query_string]")
//YW EDIT
SERVER_TOOLS_RELAY_BROADCAST("FAX: [sanitize(faxname)] / [sanitize(sent.name)] - SENT BY: [sanitize(sender.name)] - FAXID: **[sanitize(faxid)]**")
world.TgsTargetedChatBroadcast("FAX: [sanitize(faxname)] / [sanitize(sent.name)] - SENT BY: [sanitize(sender.name)] - FAXID: **[sanitize(faxid)]**", TRUE)
//YW EDIT END
//