RE: Should the auto-hey and auto-Im-Ok scripts work with ? or !
if(origin != Messenger.MyName)
{
//do the stuff
}
As for the punctuation well I dunno the code or how it does it, but something like
message.match(/^hey\b/i) or something like that should do a check for hey with punctuation.
|