======================================================
		irc2html 2.0 by nacitar
======================================================

This script is simple, it converts log files or window buffers to html.
This script was originally by ^Andy [http://come.to/andys.site] but I
decided to create a dll to make the conversion faster.  My other dlls
are available on http://www.mircscripts.org .

To load the test addon type the following command:

  /load -rs path\to\irc2html.mrc

Of course, you have to replace path\to\ with the proper path.

======================================================
		       Commands
======================================================

 irc2html
   parameters: filename?outfile?fontname?fontsize?defaultfore?defaultback?rgb0?rgb1?rgb2?rgb3?rgb4?rgb5?rgb6?rgb7?rgb8?rgb9?rgb10?rgb11?rgb12?rgb13?rgb14?rgb15

   this command loads the given log (filename), saves the html to (outfile),
   uses font (fontname), and the color values passed in.

   defaultfore/defaultback is a number 0-15, representing the color code
   of the default text and background colors.

   the rgbs are the same value given by $colour(#), so
   rgb3 would be $colour(3)

   if fontsize is blank, it wont include this in the tag
   and this makes fixedsys look better.



Example script:

 buf2html
   parameters: [windowname]

   windowname is an optional parameter, if not supplied
   the active window is used.  this converts the window's
   buffer to html using the dll by first saving it to
   a temporary file.  not documenting the example code.	

======================================================
		       Contact
======================================================

If I am online, I will be in several places
 Undernet as nacitar
 Yahoo! Messenger as Abaratican
 AOL Instant Messeger as Abaratican
 MSN Messenger as nacitar@earthlink.net

You can also email me at nacitar@earthlink.net