What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Request: Mimic what people says

Request: Mimic what people says
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
36 / Male / Flag
Joined: Aug 2006
RE: Request: Mimic what people says
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message){
if(Origin !== Messenger.MyName && Messenger.MyEmail==="your@email.com") ChatWnd.SendMessage(Message);
}

The 15 message limit is there to stop scripts like this "spamming" people with messages. Although, if you were to send 14 messages through a script, then actually send a message, the script can continue for another 15 messages :p
<Eljay> "Problems encountered: shit blew up" :zippy:
09-06-2008 06:19 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Request: Mimic what people says - by kolibanat on 09-06-2008 at 03:30 PM
RE: Request: Mimic what people says - by roflmao456 on 09-06-2008 at 04:44 PM
RE: Request: Mimic what people says - by kolibanat on 09-06-2008 at 05:14 PM
RE: Request: Mimic what people says - by Spunky on 09-06-2008 at 06:19 PM
RE: Request: Mimic what people says - by kolibanat on 09-06-2008 at 06:38 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