From 08d068181045f91f0aa160f9b088a18048b948ec Mon Sep 17 00:00:00 2001 From: RblSb Date: Sat, 22 Feb 2020 06:35:57 +0300 Subject: More client buttons --- src/Types.hx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Types.hx') diff --git a/src/Types.hx b/src/Types.hx index 03f18bd..8a0bde2 100644 --- a/src/Types.hx +++ b/src/Types.hx @@ -54,6 +54,7 @@ typedef WsEvent = { ?isUnknownClient:Bool, }, ?logout:{ + oldClientName:String, clientName:String, clients:Array, }, @@ -105,4 +106,5 @@ enum abstract WsEventType(String) { var GetTime; var SetTime; var SetLeader; + var ClearChat; } -- cgit v1.2.3