aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
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 b0953ae..bad1a65 100644
--- a/res/client.js
+++ b/res/client.js
@@ -1398,6 +1398,8 @@ client_Main.prototype = {
break;
case "Disconnected":
break;
+ case "Flashback":
+ break;
case "GetTime":
if(data.getTime.paused == null) {
data.getTime.paused = false;
@@ -1869,6 +1871,9 @@ client_Main.prototype = {
case "clear":
this.send({ type : "ClearChat"});
return true;
+ case "fb":case "flashback":
+ this.send({ type : "Flashback"});
+ return false;
case "removeBan":case "unban":
this.send({ type : "BanClient", banClient : { name : args[0], time : 0}});
return true;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage