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
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: Auto Im OK
and also when posting codes use [code]<code here>[/code] tags....

why not just use this script Answering Machine Plus 2.20 it will do the job for you

This post was edited on 10-30-2006 at 09:01 PM by NanaFreak.
10-30-2006 12:17 PM
Profile PM Find Quote Report
« 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