quote:
Originally posted by bigbob85
code:
if (!Origin.match(Messenger.MyName))
{
// The msg wasn't from you, do stuff here.
}
Seems to work alright, is it flawed in a major way?
What if the chat only name is entirely different from my name or if the contact has a nickname similar to mine?