What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] IP sender

[Request] IP sender
Author: Message:
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: [Request] IP sender
quote:
Originally posted by RaceProUK
quote:
Originally posted by -!Felu!-
Wouldnt this do it?

code:
function OnEvent_ChatWndRecieveMessage(ChatWnd, Origin, Message, MessageKind)
{
if(Message.substr(0, 6) == '!getip');
    {
    ChatWnd.SendMessage('(!IP)');
    }
}

That will post both yours and their IPs.
... without asking for permission (as requested)
You need to verify that the message isnt from you cause when you send a message, it is also recieved by you (if you would just write a On event send and recieve functions and watch the debug window you would notice this)
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
07-25-2006 02:39 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] IP sender - by Albator V on 07-25-2006 at 01:08 PM
RE: [Request] IP sender - by Felu on 07-25-2006 at 01:36 PM
RE: [Request] IP sender - by qgroessl on 07-25-2006 at 02:25 PM
RE: [Request] IP sender - by John Anderton on 07-25-2006 at 02:29 PM
RE: [Request] IP sender - by RaceProUK on 07-25-2006 at 02:36 PM
RE: [Request] IP sender - by John Anderton on 07-25-2006 at 02:39 PM
RE: [Request] IP sender - by Voldemort on 07-25-2006 at 03:05 PM
RE: [Request] IP sender - by Eljay on 07-25-2006 at 03:27 PM
RE: [Request] IP sender - by Albator V on 07-25-2006 at 04:40 PM
RE: [Request] IP sender - by qgroessl on 07-25-2006 at 04:46 PM
RE: [Request] IP sender - by RaceProUK on 07-26-2006 at 11:55 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