O.P. auto messaging
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind) {
if(Origin != Messenger.MyName) {
if(Message == "hi") {
ChatWnd.SendMessage("hey, how r u")
}
}
}
that is a script i wrote for my msn
now i want to be able to do the following
1) apply it to certain email addresses.
2) send it a certain amount of times
PLEASE HELP
|