quote:
Originally posted by absorbation
Easy peasy lemon squency:
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
return Message.replace("Hey", "HI");
}
He was asking for sending a message when certain text was received, not replacing certain text in outgoing messages.