MyChat Scripts Engine: mRemovePrivates, delete all the history of private messages on the server and clients
and user devices (online and offline). Close all private dialogues.
This operation can not be undone, so be careful, as the history will be deleted completely.
All offline users automatically receive the command for deleting the message history of private dialogues right after connection.
Syntax
procedure mRemovePrivates;
Function result
The messages history deleted on the server and all client applications. Clients databases will be automatically vacuumed.
Example
begin
mRemovePrivates;
end.
Script work result
You will see the following entry in user applications logs:
[13:32:45] [SERVER COMMAND] Deleting all private messages(remove privates)
All opened private dialogues will be automatically closed.
See also
Console command "remove privates"
Created with the Personal Edition of HelpNDoc: Produce online help for Qt applications