What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQ.] Replacing default, ugly emoticons with custom ones

[REQ.] Replacing default, ugly emoticons with custom ones
Author: Message:
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
RE: [REQ.] Replacing default, ugly emoticons with custom ones
When your contact send you a message, there's X char. And if you replace ':)' to '*smile*', the end of the text can't be write. You can replace with only the same length.

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
   Message = replace(Message, ":)", "xx");

   return Message;
}

This post was edited on 08-11-2006 at 01:34 AM by Huhu_Manix.
08-11-2006 01:33 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[REQ.] Replacing default, ugly emoticons with custom ones - by Mad_Griffith on 08-11-2006 at 12:46 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by kotjze on 08-11-2006 at 01:10 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Mad_Griffith on 08-11-2006 at 01:17 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by cloudhunter on 08-11-2006 at 01:20 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Mad_Griffith on 08-11-2006 at 01:25 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Huhu_Manix on 08-11-2006 at 01:27 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Mad_Griffith on 08-11-2006 at 01:30 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by cloudhunter on 08-11-2006 at 01:32 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Huhu_Manix on 08-11-2006 at 01:33 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Mad_Griffith on 08-11-2006 at 01:39 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by cloudhunter on 08-11-2006 at 01:42 AM
RE: RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Huhu_Manix on 08-11-2006 at 01:51 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Mad_Griffith on 08-11-2006 at 01:46 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by cloudhunter on 08-11-2006 at 01:48 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by cloudhunter on 08-11-2006 at 02:04 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Huhu_Manix on 08-11-2006 at 02:08 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by cloudhunter on 08-11-2006 at 02:12 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Yetike on 01-03-2007 at 06:36 AM
RE: RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Mad_Griffith on 01-03-2007 at 10:01 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by AmbulanceX on 01-03-2007 at 06:59 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by prashker on 01-03-2007 at 07:09 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Thor on 01-03-2007 at 10:08 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Mad_Griffith on 01-03-2007 at 10:10 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Thor on 01-03-2007 at 10:28 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Mad_Griffith on 01-03-2007 at 10:36 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Thor on 01-03-2007 at 10:42 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Mad_Griffith on 01-03-2007 at 10:49 AM
RE: [REQ.] Replacing default, ugly emoticons with custom ones - by Matti on 01-03-2007 at 11:12 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On