quote:
Originally posted by rob_botch
The ChatWndReceiveMessage event is triggered when any message appears in the chat window. This includes messages that you yourself send. If you are trying to get the popup to appear on your contact's side, then you need to filter out messages from you. You can do this by either checking the Origin against your nickname, or by enumerating the contacts in the chat. Unfortunately, neither method is 100% accurate, because Plus! only receives the nickname of the sender, not the email address or UID.
If you want the popup to only show on your side, change the event to ChatWndSendMessage.
I hope this helps
Robert
Thanks, but if i want to use my friends script, on the pc that he is using, i need to send the command in ChatWndReceiveMessage right ?
Or can i make it so then i send a command to him, the only script that response to the command is on that pc and not on my own pc...
( sry for the language.. )