Chalkboard feature added.

This commit is contained in:
Storm Dragon
2026-05-24 22:36:27 -04:00
parent 0f5a19f31a
commit 0a149e51ef
9 changed files with 537 additions and 9 deletions
+1 -1
View File
@@ -781,7 +781,7 @@ ServerConnection.prototype.chat = function(kind, dest, value) {
/**
* userAction sends a request to act on a user.
*
* @param {string} kind - One of "op", "unop", "kick", "present", "unpresent".
* @param {string} kind - One of "op", "unop", "kick", "present", "unpresent", "chalkboard", "unchalkboard".
* @param {string} dest - The id of the user to act upon.
* @param {any} [value] - An action-dependent parameter.
*/