RE: [Idea] space replacement to emoticon.
function OnEvent_ChatWndSendMessage(ChatWnd, Message) {
do {
Message.replace(" ", "emoshortcut")
strpos = Message.indexOf(" ")
} while (strpos != -1)
)
That should do it. I think... Replace emoshortcut with your emotion like :)
This post was edited on 08-11-2006 at 03:04 PM by leachy08.
|