What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [request] Hotkey /all

Pages: (2): « First « 1 [ 2 ] Last »
[request] Hotkey /all
Author: Message:
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. RE: [request] Hotkey /all
quote:
Originally posted by Matty
ok your not making any sense. The code is going to add /all to your current message and when you send the message it will send it to everyone. Thats what you anted right?
Yes, but instead of just sending the message once, it sends it about 20 times
01-10-2007 04:36 PM
Profile E-Mail PM Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: [request] Hotkey /all
quote:
Originally posted by Jimbodude
quote:
Originally posted by Matty
ok your not making any sense. The code is going to add /all to your current message and when you send the message it will send it to everyone. Thats what you anted right?
Yes, but instead of just sending the message once, it sends it about 20 times
I didn't try it but I think that is because when it sends it to another contact it adds /all again...
01-10-2007 04:47 PM
Profile E-Mail PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. RE: [request] Hotkey /all
I did a test:

If your theroy works, if there are 5 converesations open, it should send the message 5 times

Result :
Sent it over 20 times :(
01-10-2007 04:58 PM
Profile E-Mail PM Find Quote Report
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: [request] Hotkey /all
Blah I just tried it. I typed test and pressed F5 so it appeared as /all test. When I pressed send, it sent the message once to all the conversation windows. It is impossible for the way I did it to do it otherwise.
01-10-2007 05:09 PM
Profile E-Mail PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. RE: [request] Hotkey /all
quote:
Originally posted by Matty
Blah I just tried it. I typed test and pressed F5 so it appeared as /all test. When I pressed send, it sent the message once to all the conversation windows. It is impossible for the way I did it to do it otherwise.
So, you typed "test" then pushed f5, because ive been pushing f5 then typing
01-10-2007 05:17 PM
Profile E-Mail PM Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: [request] Hotkey /all
quote:
Originally posted by Mattike
code:
//This will add '/all' in front of a message when the script is active and the message is not a command
function OnEvent_ChatWndSendMessage(ChatWnd, Message) {
   if(Active && !/^\/[^\/\s\n\t]+([\/\s\n\t]|$)/.test(Message)) return "/all "+Message;
}


JimboDude if you have this portion still in your code remove it...
because this will cause it to keep sending...
01-10-2007 05:23 PM
Profile E-Mail PM Find Quote Report
Jimbo
Veteran Member
*****

Avatar

Posts: 1650
Reputation: 18
31 / Male / Flag
Joined: Jul 2006
O.P. RE: [request] Hotkey /all
I use the coded posted here by Matty
01-10-2007 05:24 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