Ok before anyone goes and says this is spam, let me first say that I asked a moderator whether it would be ok if I posted this, and I was told I could.
One of the biggest problems with mIRC scripts is their lack of documentation, and even when people write documentation, they write it in very different forms. Some include it in a help.txt, some in the comments within the .mrc, some don't include it at all. Basically, what I came up with is something called mIRCDoc (modeled heavily off of Javadoc) to correct these problems. mIRCDoc will introduce a standard method of writing mIRC script documentation, and it will do it in a format that can either be viewed by a person, or easily parsed by another script that can convert it to whatever format you want (HTML, txt file, etc.). The idea still needs a lot of work and refinement, but I was wondering if anyone here would like such an idea, and if people would be willing to make suggestions and/or support such an idea.
If you are interested the current version of my idea is available at
http://www.codemastr.com/mircdoc.html. As I come up with ideas, or as people make suggestions I'll try and keep that updated.