aboutsummaryrefslogtreecommitdiffstats
path: root/res/client.js
diff options
context:
space:
mode:
Diffstat (limited to 'res/client.js')
-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