Added login and logout notifiers

This commit is contained in:
2021-08-08 14:48:42 +02:00
parent 9551785f83
commit 31d2eb44d4
4 changed files with 73 additions and 1 deletions
@@ -181,6 +181,7 @@ public class ChatParty implements CommandExecutor, TabCompleter {
sender.sendMessage(Utility.applyColor(stringBuilder.toString()));
}
// TODO: 08/08/2021 add a way to change the password and owner (and name?)
default -> {
helpMessage(sender);
}