Fixed some subscribe issues
This commit is contained in:
@@ -5646,7 +5646,7 @@ CommandResult ConnectedClient::handleCommandMessageList(Command &cmd) {
|
||||
CMD_CHK_AND_INC_FLOOD_POINTS(5);
|
||||
|
||||
auto msgList = this->server->letters->avariableLetters(this->getUid());
|
||||
if (msgList.empty()) return {findError("database_empty_result"), "no letters avaraible"};
|
||||
if (msgList.empty()) return {findError("database_empty_result"), "no letters available"};
|
||||
|
||||
Command notify(this->getExternalType() == CLIENT_TEAMSPEAK ? "notifymessagelist" : "");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user