This commit is contained in:
Letter N
2021-03-04 22:01:46 +08:00
parent dcab40cdb6
commit f2f97f5855
7 changed files with 198 additions and 5 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
/**
/*!
* Copyright (c) 2020 Aleksej Komarov
* SPDX-License-Identifier: MIT
*/
@@ -47,9 +47,11 @@
* Sends the message to the recipient (target).
*
* Recommended way to write to_chat calls:
* ```
* to_chat(client,
* type = MESSAGE_TYPE_INFO,
* html = "You have found <strong>[object]</strong>")
* ```
*/
/proc/to_chat(target, html,
type = null,