I hope you are well.
I'd like to get a notification when a users status goes from "away" or "disconnected" to "online".
Is it possible to do that with a script?
const
UIN_NOTIFY = 6;
procedure OnUserStateChange(const iUIN, iState: integer);
begin
if (iUIN <> UIN_NOTIFY) and (iState = 0) then
mSendPrivateMessage(0, UIN_NOTIFY, 'User ' + mGetUserAttribute(iUIN, 'DisplayName') + ' is online', 1);
end;
begin
end.
MyChat Client [*] (09.05.2025) (win32) corre[…]
Yes, because this is MyChat public server and our […]
Hello. Please update to the 2024.5.2 version, we […]
Здравствуйте. Проверьте доступность пуш-сервера. Д[…]
Thank you for noticing this issue, we fixed it .