"For developers", "Server scripts", "Functions description", "Message history", "mRemoveConfs".

 

Completely delete all the messages in text conferences of the server database and all user devices (online and offline).

 

This operation cannot be canceled back, be careful, the history is deleted forever.

 

All offline users receive the command for deleting the conference history right after connection, automatically.

 

Syntax

procedure mRemoveConfs;

 

Function result

Message history in conferences deleted on the server and all clients. Client databases will be automatically compressed (vacuum).

 

Example

begin
  mRemoveConfs;
end.

Script work result

User's logs have these entries:

 

[18:57:19] [SERVER COMMAND] Deleting all messages in conferences (remove confs)

 

See also

Console command remove confs