What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] report feature (paying $$$)

[request] report feature (paying $$$)
Author: Message:
icepick66
Junior Member
**

Avatar
Uhh Radiation

Posts: 37
Reputation: 1
34 / Male / –
Joined: Jun 2006
O.P. RE: [request] report feature (paying $$$)
quote:
Originally posted by saralk
That script will forward every message, not just messages starting with report.

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
    Pattern = /^report/i
    OK = Pattern.exec(Message)
    if (OK) {
        var Contacts = ChatWnd.Contacts
        var e = new Enumerator(Contacts);
        for (; !e.atEnd(); e.moveNext())
        {
            var Contact = e.item();
            Debug.Trace(" " + Contact.Email);
if (Origin === Contact.Name) {           
Messenger.OpenChat("YOUREMAIL");
            ChatWnd.SendMessage("Message From " + Contact.Email);
            ChatWnd.SendMessage(Message);
}
        }
    }
}

quote:
Originally posted by CookieRevised
(and as such, you don't need to use the for loop, just e.moveLast() would do).

I tried using that method, but it didn't work.

Click quote to get a tabulated code.

Thanks saralk ill pay u £5 (around $10) as ur in the uk :p whats ur paypal?
but it just reports it to the user who types report and doesent send a msg to me :s

oh the bot is a msg plus script, its not a clever bot tho :(, just predefined answers

and finaly do you know how to auto accept added contacts?

This post was edited on 08-23-2006 at 09:24 AM by icepick66.
[Image: icepickquiet.jpg]
08-23-2006 08:54 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[request] report feature (paying $$$) - by icepick66 on 08-22-2006 at 11:21 AM
RE: [request] report feature (paying $$$) - by saralk on 08-22-2006 at 12:32 PM
RE: [request] report feature (paying $$$) - by Felu on 08-22-2006 at 12:37 PM
RE: [request] report feature (paying $$$) - by CookieRevised on 08-22-2006 at 12:45 PM
RE: [request] report feature (paying $$$) - by saralk on 08-22-2006 at 01:01 PM
RE: RE: [request] report feature (paying $$$) - by CookieRevised on 08-22-2006 at 01:37 PM
RE: [request] report feature (paying $$$) - by icepick66 on 08-23-2006 at 08:54 AM
RE: [request] report feature (paying $$$) - by icepick66 on 08-23-2006 at 09:33 AM
RE: RE: [request] report feature (paying $$$) - by saralk on 08-23-2006 at 11:43 AM
RE: RE: [request] report feature (paying $$$) - by CookieRevised on 08-24-2006 at 09:05 AM
RE: [request] report feature (paying $$$) - by saralk on 08-23-2006 at 09:47 AM
RE: [request] report feature (paying $$$) - by Sunshine on 08-23-2006 at 09:48 AM
RE: [request] report feature (paying $$$) - by icepick66 on 08-23-2006 at 10:35 AM
RE: [request] report feature (paying $$$) - by icepick66 on 08-24-2006 at 10:33 AM
RE: [request] report feature (paying $$$) - by saralk on 08-24-2006 at 10:48 AM
RE: [request] report feature (paying $$$) - by icepick66 on 08-24-2006 at 12:35 PM
RE: [request] report feature (paying $$$) - by saralk on 08-24-2006 at 12:49 PM
RE: [request] report feature (paying $$$) - by icepick66 on 08-24-2006 at 12:58 PM
RE: RE: [request] report feature (paying $$$) - by Matti on 08-24-2006 at 03:45 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