What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] random insulting.

[Request] random insulting.
Author: Message:
NanaFreak
Scripting Contest Winner
*****


Posts: 1476
Reputation: 53
32 / Male / Flag
Joined: Jul 2006
RE: [Request] random insulting.
code:
function OnEvent_ChatWndReceiveMessage(ChatWnd,Origin,Message) {
  if(Origin!=Messenger.MyName) {
    if(Message=="something") {
      ChatWnd.SendMessage("insult/swear word");
    }
  }
}
i hope this helps you out... and i hope it was what you were after
11-12-2006 11:34 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] random insulting. - by b3n on 11-12-2006 at 11:27 PM
RE: [Request] random insulting. - by NanaFreak on 11-12-2006 at 11:34 PM
RE: [Request] random insulting. - by matty on 11-12-2006 at 11:38 PM


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