************************************************************************
***                    mirc.ini Modifier Script                      ***
***                    Coded by: ARcanUSNUMquam                      ***
***             Find me at irc.allxtremenet.net #scripts             ***
***                         Version 1.0                              ***
************************************************************************

Usage: This script is designed to be used by scripters. In your script,
       simply load this script, set %mircinimod = $true, and exit mIRC.
       When mIRC starts again, the script will unload itself, and
       remove its variables and the files it created.
       A backup of the old mirc.ini is created, in case you FUBAR mIRC.
       It is called mirc.ini.bak.
       mIRC.ini.new is the changes you made
       replace.bat is the actual replacing program. A batch script is
       used because mIRC will not do the replacing in the program.

Purpose: The author was trying to make a random quit script that would
         work in all cases, which meant modifying the mirc.ini file.
         However, he discovered that mIRC would overwrite his changes
         to mirc.ini after an exit. This script is intended to bypass
         that.

Future Changes:
   -An example script that uses this script, probably the quit script
    (v1.5)
   -Better use of batch scripts. Right now, all I know how to do is
    simple echoes, pauses, and net sending ;). I plan to be able to
    detect when mIRC has closed, and other stuff, so user input is not
    required. (v2.0)
   -Possible website will be created to host this script
   -Suggestions are welcomed at: ARcanUSNUMquam@gmail.com

Other: Head over to http://mircscripts.org/comments.php?cid=1474 to
       find out what the mirc.ini contains.
	   This script complies with the Boy Scout Uninstall Guideline. Head
	   over to http://en.wikipedia.org/wiki/Boy_Scout_Uninstall_Guideline
	   to see what it is.

Licence: You may modify this script to your liking. It is encouraged that
         you share your changes with the author so that he may incorporate
		 them into the next version of this script. Credit will be
		 provided. Redistribution of this script or modifications of this
		 script is also allowed, provided the author is credited.
		 Author assumes no responsibility for any damage to you or your
		 computer from use or misuse of this script.

Bug/Vulnerability Reports: Please email ARcanUSNUMquam@gmail.com and comply
                           with responsible disclosure methods.