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

[Request] Multi msg script
Author: Message:
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
RE: [Request] Multi msg script
code:
function OnEvent_ChatWndSendMessage(ChatWnd,Message){
if(Message.substring(0, 5)=="!all "){
var msg = Message.substring(5);
var e = new Enumerator(Messenger.MyContacts);
for(; !e.atEnd(); e.moveNext()){
  var Contact = e.item();
  if(Contact.Status!=1){
   var wnd = Messenger.OpenChat(Contact.Email);
   wnd.SendMessage(msg);
  }
}
}
}

This could work but it think there'll be a sending problem...too much message. :s

This post was edited on 08-29-2006 at 11:49 PM by Huhu_Manix.
08-29-2006 11:46 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Multi msg script - by ombadboy on 08-29-2006 at 11:22 PM
RE: [Request] Multi msg script - by Huhu_Manix on 08-29-2006 at 11:46 PM
RE: [Request] Multi msg script - by rob_botch on 08-30-2006 at 08:43 AM
RE: [Request] Multi msg script - by ombadboy on 08-30-2006 at 11:04 AM
RE: [Request] Multi msg script - by foaly on 08-30-2006 at 11:29 AM
RE: [Request] Multi msg script - by ombadboy on 08-30-2006 at 02:02 PM
RE: [Request] Multi msg script - by Huhu_Manix on 08-30-2006 at 03:49 PM
RE: RE: [Request] Multi msg script - by ombadboy on 08-30-2006 at 09:58 PM
RE: [Request] Multi msg script - by foaly on 08-31-2006 at 04:54 PM
RE: [Request] Multi msg script - by skyserpent on 08-31-2006 at 11:44 PM
RE: [Request] Multi msg script - by foaly on 08-31-2006 at 11:53 PM
RE: [Request] Multi msg script - by ombadboy on 09-01-2006 at 06:59 PM
RE: [Request] Multi msg script - by benjyrama on 09-03-2006 at 11:26 AM
RE: [Request] Multi msg script - by CookieRevised on 09-08-2006 at 04:04 PM
RE: [Request] Multi msg script - by ombadboy on 09-08-2006 at 08:17 PM
RE: [Request] Multi msg script - by cloudhunter on 09-09-2006 at 02:03 AM
RE: [Request] Multi msg script - by ombadboy on 09-09-2006 at 10:12 AM
RE: [Request] Multi msg script - by CookieRevised on 09-10-2006 at 08:39 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