What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST] Put the cmd /noicon at the front of all messages

[REQUEST] Put the cmd /noicon at the front of all messages
Author: Message:
Firehalk
Junior Member
**

Avatar
(Nicholas)

Posts: 71
36 / Male / Flag
Joined: Oct 2004
O.P. [REQUEST] Put the cmd /noicon at the front of all messages
I think it's pretty simple, and this way the smiles wouldn't appear (like other guys wanted).

How can I do that? A cmd that after I send a message, adds at the start of it (when sending the message do the server) the command "/noicon" ?
07-04-2006 02:12 PM
Profile E-Mail PM Find Quote Report
foaly
Senior Member
****

Avatar

Posts: 718
Reputation: 20
38 / Male / Flag
Joined: Jul 2006
RE: [REQUEST] Put the cmd /noicon at the front of all messages
code:
OnEvent_ChatWndSendMessage(ChatWnd,Message){
           Message = "/noicon "+Message;
           return Message;
}


i think...

This post was edited on 07-04-2006 at 02:35 PM by foaly.
07-04-2006 02:34 PM
Profile E-Mail PM Find Quote Report
J-Thread
Full Member
***

Avatar

Posts: 467
Reputation: 8
– / Male / –
Joined: Jul 2004
RE: [REQUEST] Put the cmd /noicon at the front of all messages
Here it is, I'll also submit it to the official script database.

Edit: That works indeed, I added an option to turn it on / off in my script(Y)
Edit2: The "Official" Thread

This post was edited on 07-06-2006 at 04:48 PM by J-Thread.
07-04-2006 02:48 PM
Profile E-Mail PM Find Quote Report
Firehalk
Junior Member
**

Avatar
(Nicholas)

Posts: 71
36 / Male / Flag
Joined: Oct 2004
O.P. RE: [REQUEST] Put the cmd /noicon at the front of all messages
Perfect!

Thank you dude!
07-04-2006 02:56 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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