What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » removing emotions?

removing emotions?
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: removing emotions?
code:
var emotes = new Array( ":)",":(" ) //Array of emoticons
for(var i=0;i<=emotes.length;i++){
     Message = Message.replace(/emotes[i]/g," ");
}
return Message;

As far as I can tell (without testing), that should work fine



This post was edited on 03-15-2007 at 03:52 PM by Spunky.
<Eljay> "Problems encountered: shit blew up" :zippy:
03-15-2007 03:50 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
removing emotions? - by effection on 03-14-2007 at 09:01 PM
RE: removing emotions? - by xsylvain2 on 03-14-2007 at 09:54 PM
RE: removing emotions? - by effection on 03-14-2007 at 10:10 PM
RE: removing emotions? - by Spunky on 03-15-2007 at 03:50 PM
RE: removing emotions? - by effection on 03-15-2007 at 04:01 PM
RE: removing emotions? - by Matti on 03-15-2007 at 07:17 PM
RE: removing emotions? - by vikke on 03-15-2007 at 08:59 PM
RE: removing emotions? - by effection on 03-15-2007 at 09:15 PM
RE: removing emotions? - by vikke on 03-16-2007 at 09:26 AM
RE: removing emotions? - by effection on 03-16-2007 at 04:01 PM
RE: removing emotions? - by Matti on 03-16-2007 at 07:55 PM


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