What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Auto Im OK

Auto Im OK
Author: Message:
Remulus
New Member
*


Posts: 1
32 / Male / –
Joined: Oct 2006
O.P. Auto Im OK
I'm using the Auto Im OK script, but the script isn't working properly. The script only responds to a question without a question mark
Example:
How are you? - nothing happens
How are you - Im OK! U?


How do I say a question mark in JavaScript? I tried ascii but I didn't help.
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin, Message, MessageKind)
{
if (on == '1'){
if (Origin != Messenger.MyName){

if (Message.match(/(^|\s+)(\*)?how are you(d|s)?(\*)?($|\s+)/i)!=null)
{
ChatWnd.SendMessage(ok);
}
10-30-2006 11:56 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Auto Im OK - by Remulus on 10-30-2006 at 11:56 AM
RE: Auto Im OK - by NanaFreak on 10-30-2006 at 12:17 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