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

[Request] AntiMock
Author: Message:
Silentdragon
Full Member
***

Avatar
if(life==null && wrists) EmoAlert();

Posts: 148
Reputation: 2
34 / Male / –
Joined: Jun 2006
RE: [Request] AntiMock
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin, Message, MessageKind)
{
if(Origin == Messenger.MyName) {
  lastMessage = Message;
  return Message;
}
if(antiMock == '1')
{
   if (Message == lastMessage)
   {
      return "";
   }
}
}

What about that?
07-07-2006 03:26 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] AntiMock - by Nushio on 07-07-2006 at 03:19 AM
RE: [Request] AntiMock - by S4mP410 on 07-07-2006 at 03:24 AM
RE: [Request] AntiMock - by Silentdragon on 07-07-2006 at 03:26 AM
RE: [Request] AntiMock - by Nushio on 07-07-2006 at 03:32 AM
RE: [Request] AntiMock - by Voldemort on 07-07-2006 at 03:36 AM
RE: [Request] AntiMock - by Nushio on 07-07-2006 at 03:45 AM
RE: RE: [Request] AntiMock - by segosa on 07-07-2006 at 07:15 AM
RE: [Request] AntiMock - by Agwan on 07-11-2006 at 10:58 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