From 4eb70bd028955dd279ca46546ead41d99d8b618f Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 27 Mar 2022 14:06:20 +0200 Subject: [PATCH] friendship ended with :, now $ is my best friend (changed : in protocol.txt to $) --- .../dmi/dbis/cs108/multiplayer/helpers/Protocol.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/ch/unibas/dmi/dbis/cs108/multiplayer/helpers/Protocol.txt b/src/main/java/ch/unibas/dmi/dbis/cs108/multiplayer/helpers/Protocol.txt index 3d9078f..c3c9013 100644 --- a/src/main/java/ch/unibas/dmi/dbis/cs108/multiplayer/helpers/Protocol.txt +++ b/src/main/java/ch/unibas/dmi/dbis/cs108/multiplayer/helpers/Protocol.txt @@ -1,11 +1,11 @@ Client commands: Implemented: - * CHATA:$message Send chat message to all + * CHATA$message Send chat message to all * QUITS quit server/ leave server * CPING Ping from client to server. * PINGB Pingback from client to server. - * NAMEC:$name Change name to whatever is specified + * NAMEC$name Change name to whatever is specified Future / planned: * CRTGM Create a new game @@ -24,8 +24,8 @@ Implemented: * PINGB Pingback from client to server. Future / planned: - * MSGRS: "Message received": Paramaters: a string detailing to the client that and what the server received as command. - * SEROR: Server had an error. (used for debugging) - * NOCMD: Co command found. + * MSGRS "Message received": Paramaters: a string detailing to the client that and what the server received as command. + * SEROR Server had an error. (used for debugging) + * NOCMD No command found.