From effdf27e7799d6fba06969311fb85e871dff0e26 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 14 Nov 2017 15:09:46 +0100 Subject: [PATCH] Neue Befehle Befehle werden jetzt mit $COMMANDLIST ausgegeben --- .idea/workspace.xml | 62 +++++++++++++++++++++++++++++----- src/Server/AccountHandler.java | 2 +- 2 files changed, 55 insertions(+), 9 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 2a8d6b1..42ff6a1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,7 +1,10 @@ - + + + + - + - - + + + + + + + + + + + + + + + + + + + + + + @@ -32,6 +55,13 @@ + + + @@ -249,12 +279,12 @@ - @@ -310,8 +340,24 @@ - - + + + + + + + + + + + + + + + + + + diff --git a/src/Server/AccountHandler.java b/src/Server/AccountHandler.java index ab9fb57..ec5f5b4 100644 --- a/src/Server/AccountHandler.java +++ b/src/Server/AccountHandler.java @@ -48,7 +48,7 @@ public class AccountHandler implements Runnable { /** * List of chatrooms */ - private String commands = "COMMANDLIST:\n$COMMANDLIST\n$DISCONNECT\n$USERLIST\n$ROOMLIST\n$ROOMJOINCHATROOM"; + private String commands = "COMMANDLIST:\n$COMMANDLIST\n$DISCONNECT\n$USERLIST\n$ROOMLIST\n$ROOMJOINCHATROOM\n$CURRENTROOM\n$SETNAMEnewname"; /**