aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2025-09-03 10:30:19 +0300
committerRblSb <msrblsb@gmail.com>2025-09-03 10:30:19 +0300
commit9ec382facd8d7813716a10e5f7db3ca7f4ba0259 (patch)
tree323d4eb3b2b0d51c030daf63c1dac7db974f2b63 /res
parent0a771c1ab48819561c766790092407cf602fd68c (diff)
/crash, update yt-dlp on start, newer node fix
Diffstat (limited to 'res')
-rw-r--r--res/client.js5
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;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage