mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
And again.
This commit is contained in:
parent
6116320591
commit
2aceb3fcef
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue