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?
![biggrin [smilie=biggrin.gif]](./images/smilies/biggrin.gif) 
					
                 
					
					
					 )
 )
					
                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 Server [-] (20.10.2025) (kanban) in t[…]
Please, check if you configured port mapping on po[…]
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 .