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

Pages: (2): « First « 1 [ 2 ] Last »
[Request] Relay messages.
Author: Message:
sno
Junior Member
**


Posts: 65
Joined: Oct 2005
O.P. RE: [Request] Relay messages.
couldnt get it to start the script, came up with the defective thing.

[Image: wlm.php]
09-11-2006 12:42 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Request] Relay messages.
Tested it now with a friend and also using polygamy and it works fine... I don't know where you're going wrong... Try packaging it into a plsc file with a ScriptInfo.xml file and importing it
<Eljay> "Problems encountered: shit blew up" :zippy:
09-11-2006 12:45 PM
Profile PM Find Quote Report
sno
Junior Member
**


Posts: 65
Joined: Oct 2005
O.P. RE: [Request] Relay messages.
sorry to be orkward, but i just tryied to and it gives me stupid errors n stuff.
anychance you could throw up a plsc?
[Image: wlm.php]
09-13-2006 12:06 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [Request] Relay messages.
Heres the plsc file for ya... Script is running fine on my PC so you shouldn't have any problems... let me know though :p

.plsc File Attachment: Chat Relay.plsc (993 bytes)
This file has been downloaded 244 time(s).
<Eljay> "Problems encountered: shit blew up" :zippy:
09-15-2006 03:14 PM
Profile PM Find Quote Report
sno
Junior Member
**


Posts: 65
Joined: Oct 2005
O.P. RE: [Request] Relay messages.
[Image: msgplsbm6.jpg]
only other scripts i got running is the uptimepm thing.

This post was edited on 09-15-2006 at 03:50 PM by sno.
[Image: wlm.php]
09-15-2006 03:49 PM
Profile E-Mail PM Find Quote Report
R4000
Junior Member
**

W2M - GD Script Creator

Posts: 44
33 / Male / –
Joined: May 2006
RE: [Request] Relay messages.
code:
var tmpString="tmp";
var sAccount = Messenger.MyContacts.GetContact("YOUR 2ND ACCOUNT'S EMAIL HERE")
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message){
    ChatWnd.SendMessage("Messages are being forwarded to: "+sAccount.Email);
    if(Origin != Messenger.MyName && Origin != sAccount.Name && tmpString!=""){
        tmpString = MsgPlus.RemoveFormatCodes(Origin)+" says: "+ Message
        sAccountChatWnd = Messenger.OpenChat(sAccount.Email);
        sAccountChatWnd.SendMessage(tmpString);
    }
    tmpString = "";
}

function OnEvent_ChatWndSendMessage(ChatWnd, Message){
    ChatWnd.SendMessage("Messages are being forwarded to: "+sAccount.Email);
    if(tmpString != ""){
        tmpString = MsgPlus.RemoveFormatCodes(Messenger.MyName)+" says: "+ Message
        sAccountChatWnd = Messenger.OpenChat(sAccount.Email);
        sAccountChatWnd.SendMessage(tmpString);
        tmpString = "";
    }
}


PLSC attached...
enjoy.
(he forgot to end some lines properly, and i indented it.

.plsc File Attachment: RelayMessages.plsc (1.15 KB)
This file has been downloaded 198 time(s).
[Image: msnsig/]
This image stops working when my PC is off, it isn't bad coding :)
The source to the image above. | MSN: peter@gsf.tv
09-15-2006 03:52 PM
Profile E-Mail PM Web Find Quote Report
sno
Junior Member
**


Posts: 65
Joined: Oct 2005
O.P. RE: [Request] Relay messages.
lol, worked, and spammed out the convo window like hell.

and it dosnt send wht the contact says, it just send messages have been forwarded, etc.

This post was edited on 09-15-2006 at 04:25 PM by sno.
[Image: wlm.php]
09-15-2006 04:21 PM
Profile E-Mail PM Find Quote Report
jollyscripts
Junior Member
**


Posts: 16
Joined: Aug 2007
RE: [Request] Relay messages.
i pasted this script but it comes up with error when i press save
09-12-2007 07:51 PM
Profile E-Mail PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


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