aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Server
diff options
context:
space:
mode:
Diffstat (limited to 'ShiftOS.Server')
-rw-r--r--ShiftOS.Server/Program.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/ShiftOS.Server/Program.cs b/ShiftOS.Server/Program.cs
index 7204127..e6c3a3f 100644
--- a/ShiftOS.Server/Program.cs
+++ b/ShiftOS.Server/Program.cs
@@ -314,6 +314,16 @@ Contents:
}));
}
break;
+ case "trm_handshake_stop":
+ if(args["guid"] != null)
+ {
+ server.DispatchTo(new Guid(args["guid"] as string), new NetObject("trm_handshake_stop", new ServerMessage
+ {
+ Name = "trm_handshake_stop",
+ GUID = msg.GUID
+ }));
+ }
+ break;
case "write":
if(args["guid"] != null && args["text"] != null)
{