diff options
| author | RblSb <msrblsb@gmail.com> | 2025-09-03 10:30:19 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-09-03 10:30:19 +0300 |
| commit | 9ec382facd8d7813716a10e5f7db3ca7f4ba0259 (patch) | |
| tree | 323d4eb3b2b0d51c030daf63c1dac7db974f2b63 /res | |
| parent | 0a771c1ab48819561c766790092407cf602fd68c (diff) | |
/crash, update yt-dlp on start, newer node fix
Diffstat (limited to 'res')
| -rw-r--r-- | res/client.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/client.js b/res/client.js index 2780e56..a97f1df 100644 --- a/res/client.js +++ b/res/client.js @@ -1773,6 +1773,8 @@ client_Main.prototype = { this.onConnected(data); this.onTimeGet.run(); break; + case "CrashTest": + break; case "Disconnected": break; case "Dump": @@ -2595,6 +2597,9 @@ client_Main.prototype = { case "clear": this.send({ type : "ClearChat"}); return true; + case "crash": + this.send({ type : "CrashTest"}); + return true; case "dump": this.send({ type : "Dump"}); return true; |
