Skip to content

Commit

Permalink
Neue Befehle
Browse files Browse the repository at this point in the history
Befehle werden jetzt mit $COMMANDLIST ausgegeben
  • Loading branch information
MaLa-HAW committed Nov 14, 2017
1 parent b6520f8 commit effdf27
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 9 deletions.
62 changes: 54 additions & 8 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Server/AccountHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -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$ROOMJOIN<!>CHATROOM";
private String commands = "COMMANDLIST:\n$COMMANDLIST\n$DISCONNECT\n$USERLIST\n$ROOMLIST\n$ROOMJOIN<!>CHATROOM\n$CURRENTROOM\n$SETNAME<!>newname";


/**
Expand Down

0 comments on commit effdf27

Please sign in to comment.