And again.

This commit is contained in:
spjspj 2016-03-06 23:59:00 +11:00
parent 6116320591
commit 2aceb3fcef

View file

@ -113,7 +113,7 @@ public class ChatManager {
User user = UserManager.getInstance().getUserByName(userName);
if (user != null) {
if (!performUserCommand(user, message, chatId)) {
performUserCommand(user, "LIST", chatId);
performUserCommand(user, "/LIST", chatId);
}
return;
}