I tried to use that, but it didnt seem to work
....
Cookies first code though, returns the Messenger.MyName if no chat only name was found. And then with some regexp from dt.
code:
if (!Origin.match(new RegExp("^" + sMyChatName.replace(/([\[\]\|\)\(\*\?\+\.\$\/])/g, '\\$1')))){
// Yeah yeah yeah, do stuff
}
It is retruning my name :
The "YTN3rd" Bradley
as
/^The "YTN3rd" Bradley/
And the .match( thing is no longer matching them. Any ideas?