What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
is this a logical or syntax?
ok guys thank for your help this is my final test code that works [code] function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind){ if(Origin != Messenger.MyName){ for(var e = new Enumerator(ChatWnd.Contacts);!e.atEnd();e...
jollyscriptsScripting12-26-2008 at 07:09 PM
RE: auto responding
for example if somebody says to me hi or hello i want to send back a message saying hi
jollyscriptsScripting12-23-2008 at 07:20 PM
auto responding
the first thing is: function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind){ if(Origin != Messenger.MyName){ var newChatWnd = Messenger.OpenChat("someone@someone.com"); newChatWnd.SendMessage(Message); } } ------------ how would ...
jollyscriptsScripting12-23-2008 at 07:04 PM
RE: extracting email help
how do i put a "someone says: " before the (Message)
jollyscriptsScripting09-13-2007 at 05:33 PM
RE: extracting email help
thank u roflmao
jollyscriptsScripting09-13-2007 at 05:25 PM
RE: extracting email help
thanks but i want it so when i receive messge from bla it sends it to another bla
jollyscriptsScripting09-12-2007 at 09:47 PM
extracting email help
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Messa ge,MessageKind){ if(Origin != Messenger.MyName && new Enumerator(ChatWnd.Contacts).item().Email == "bla@bla.com" ){ var newChatWnd = Messenger.OpenChat("bla@bla.com"); newChatWnd.SendMess...
jollyscriptsScripting09-12-2007 at 09:27 PM
RE: extracting email help
ROFLMAO you are a LEDGEND!!!!!!
jollyscriptsScripting09-12-2007 at 09:19 PM
RE: [Request] Relay messages.
i pasted this script but it comes up with error when i press save
jollyscriptsScripting09-12-2007 at 07:51 PM
RE: extracting email help
BTW THERE IS NO SYNTAX , theres not just a " missing from the email theres somethin missing altogether!!!
jollyscriptsScripting09-12-2007 at 07:29 PM
RE: extracting email help
well 2 people have posted into this thread ,
jollyscriptsScripting09-12-2007 at 07:28 PM
RE: extracting email help
ok il stick to this one, why does nobody help with problems
jollyscriptsScripting09-12-2007 at 07:25 PM
extracting email help
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) { if(Origin != Messenger.MyName && new Enumerator(ChatWnd.Contacts).item().Email == "someone@someone.com ){ var oChatWnd = Messenger.OpenChat(Contact.Email) ...
jollyscriptsScripting09-12-2007 at 07:19 PM
important script help
in part of my script i had ChatWnd.Msgbox ("hi") but this dont work in msn after i tried it i need to be able to receive any message from someone, and have that message sent straight to someone else. i need it to start with "auto: then the message...
jollyscriptsScripting09-12-2007 at 06:30 PM
auto messaging
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) { if(Origin != Messenger.MyName) { if(Message == "hi") { ChatWnd.SendMessage("hey, how r u") ...
jollyscriptsScripting09-07-2007 at 06:55 PM
RE: [Help] Auto Talking Script
thanks for the script, i wondered if there is a way to write it for multiple messages i tried.. (Message == "hi","hello") but that makes the script have an error, any hep?
jollyscriptsScripting08-14-2007 at 12:42 PM
[Hide Excerpts]