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

[Request] Always word
Author: Message:
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
RE: [Request] Always word
Don't forget the "return '';" otherwise the message'll be send without "qweqwe :" too.


code:
function OnEvent_ChatWndSendMessage(ChatWnd,Message){//when you send a message
ChatWnd.SendMessage("qweqwe: "+Message)//prefix your message with qweqwe:
return "";
}

or

code:
function OnEvent_ChatWndSendMessage(ChatWnd,Message){
if(Message.charAt(0)!="/") return "qweqwe: "+Message;
}
09-16-2006 09:45 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Always word - by akyyy on 09-16-2006 at 03:53 PM
RE: [Request] Always word - by markee on 09-16-2006 at 04:01 PM
RE: [Request] Always word - by Huhu_Manix on 09-16-2006 at 09:45 PM
RE: [Request] Always word - by akyyy on 09-16-2006 at 10:05 PM
RE: [Request] Always word - by akyyy on 09-17-2006 at 01:46 PM
RE: [Request] Always word - by Huhu_Manix on 09-17-2006 at 02:00 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