quote:
Originally posted by billyy
That way it should do exactly the same with the received message as with the send one right?
billyy, that won't work at all! Commands in the OnEvent_ChatWndReceiveMessage are not displayed. (Well unless the contact sent the command with // instead of / but that is a different case.) Also have you read the documentation at all? The message you return to the OnEvent_ChatWndReceiveMessage function has to be less or equal to the length of the original message or else it is truncated. This is a limitation as there is only enough memory allocated to a specific number of characters.