What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » adding a space in the end of every message

adding a space in the end of every message
Author: Message:
MrT
Junior Member
**

Coding For Fun

Posts: 62
35 / Male / Flag
Joined: Jul 2006
RE: adding a space in the end of every message
code:

function OnEvent_ChatWndSendMessage(ChatWnd, sMessage) {
    return sMessage + " " ;
   
}


01-06-2007 08:41 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
adding a space in the end of every message - by Double_N2 on 01-06-2007 at 06:22 PM
RE: adding a space in the end of every message - by roflmao456 on 01-06-2007 at 08:40 PM
RE: adding a space in the end of every message - by MrT on 01-06-2007 at 08:41 PM
RE: adding a space in the end of every message - by Double_N2 on 01-06-2007 at 08:43 PM
RE: adding a space in the end of every message - by MrT on 01-06-2007 at 08:51 PM
RE: adding a space in the end of every message - by roflmao456 on 01-06-2007 at 08:55 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