no if you read my first post i can do that (thanks anyway) but its when it comes to displaying it for example
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
return RemoveEmoticons(Message);
}
if get a message for example like so "Hello
"
i still get the same message "Hello
" not "Hello"