Send OOC message on success of /pm

Send OOC message on success of /pm

Add missing space in message layout
This commit is contained in:
Salanto 2021-08-10 19:18:26 +02:00
parent d7d5984631
commit 8211ab352e

View File

@ -141,6 +141,7 @@ void AOClient::cmdPM(int arc, QStringList argv)
}
QString message = argv.join(" "); //...which means it will not end up as part of the message
target_client->sendServerMessage("Message from " + ooc_name + " (" + QString::number(id) + "): " + message);
sendServerMessage("PM sent to " + QString::number(target_id) +". Message: " + message);
}
void AOClient::cmdAnnounce(int argc, QStringList argv)