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:
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: [Request] Multi msg script
quote:
Originally posted by ombadboy
any ides on how to go on about doing that? :P
won't this work?:

quote:
Originally posted by Huhu_Manix
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);
  }
}
ChtWnd.SendMessage("/all "+msg);
//here you might want to close all the chatwindows...
return;
}
}



I guess that would work... but I don't want to irritate my contacts to check sorry...
08-30-2006 11:29 AM
Profile E-Mail PM 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