Shoutbox

4 multi-format parser functions - 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)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: 4 multi-format parser functions (/showthread.php?tid=18425)

4 multi-format parser functions by Choli on 11-21-2003 at 06:33 PM

As Mnjul said here, it seems like sometimes there is a trouble to know whose is what nick because of the multi-format codes used by Plus! to put colors and bold and etc...

In this thread I said I was going to do some parser functions to remove the multi-format codes ie: given a nick with colors and those things, you'll be able to get the nick without colors and etc...

So here it is. You can d/l from the attachment. I've made it in C and VB so more people can use it. I hope you like it. In the zip you'll find both source codes and some docummentation that you should read. Give it a try.

Thanks :)


RE: 4 multi-format parser functions by Mnjul on 11-21-2003 at 06:38 PM

:O Choli :bow: It's so nice of you!;)

* Mnjul downloads and tries :D


RE: 4 multi-format parser functions by Choli on 11-21-2003 at 09:04 PM

Updated the zip. I've found a (terrible) bug at the C example. It should be

code:
if (parsed_nick)

without the !
quote:
Originally posted by Mnjul
:O Choli :bow: It's so nice of you!;)

* Mnjul downloads and tries :D
Thanks Mnjul ;)
RE: 4 multi-format parser functions by Patchou on 11-21-2003 at 09:18 PM

yeah! thx Choli, I don't have to add this function in the plugin headers myself now :D.