aboutsummaryrefslogtreecommitdiffstats
path: root/src/Types.hx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Types.hx')
-rw-r--r--src/Types.hx4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Types.hx b/src/Types.hx
index 6a15bba..3a3f437 100644
--- a/src/Types.hx
+++ b/src/Types.hx
@@ -142,6 +142,9 @@ typedef WsEvent = {
name:String,
time:Float
},
+ ?kickClient:{
+ name:String,
+ },
?addVideo:{
item:VideoItem,
atEnd:Bool
@@ -205,6 +208,7 @@ enum abstract WsEventType(String) {
// var AddClient;
// var RemoveClient;
var BanClient;
+ var KickClient;
var AddVideo;
var RemoveVideo;
var SkipVideo;
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage