Shoutbox

warning for more that 5 emotes - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: warning for more that 5 emotes (/showthread.php?tid=70700)

warning for more that 5 emotes by questsin on 01-15-2007 at 04:40 AM


Is there an error returned if you try to send with more that 5 emotes?


RE: warning for more that 5 emotes by Kenji on 01-15-2007 at 04:41 AM

Only if you try to send more than 5 different custom emotes.


RE: warning for more that 5 emotes by prashker on 01-15-2007 at 04:42 AM

quote:
Originally posted by questsin
Is there an error returned if you try to send with more that 5 emotes?

Yes :P.

"You can only send five different custom emoticons. Please delete one or more custom emoticons from your message"
RE: warning for more that 5 emotes by questsin on 01-15-2007 at 05:31 AM

I'm reffering to an trap event or some sort of messenger event notification so I can handle it in the script.


RE: warning for more that 5 emotes by CookieRevised on 01-17-2007 at 04:32 AM

quote:
Originally posted by questsin
I'm reffering to an trap event or some sort of messenger event notification so I can handle it in the script.
Why? I mean: simply don't enter more than 5 custom emoticons in your texts...

And if the user still tries to do it, it will get the warning from Messenger and nothing will happen as far as your script is concearned.

Why wont you let Messenger handle this?
RE: warning for more that 5 emotes by questsin on 01-17-2007 at 04:07 PM

My script is an auto talker and emoticon collector. Any emotes the user uses it adds. As my collection got larger more replies are maxxing out. using '/noicon' won't work if you have more than five emoticons. iterating though custom emtoticons slows down the system.

I tired breaking up the message into words, but words can also have more than 5 emoticons.

if an error was raised programatically I can resend another message etc


RE: warning for more that 5 emotes by CookieRevised on 01-17-2007 at 04:50 PM

yes, but again: why would you want to handle the error? why do you want to send more than 5 custom emoticons if it will not work anyways and thus if the contact can't see them anyways.