 To load type this at a command line: /load -rs <directory>\<this file>
 //
 This addon checks for bracket errors in scripts of both kinds ie. (){}. 
 It looks for many common errors that are overlooked by the mirc script
 editor and for most errors it can give the EXACT line of the error.
 Bracket Check can also be intigratied into other scripts as an identifier
 that returns the error status of a script.
 //
 When calling the id the format is as follows: $brkchk([-l],<Script>,[ignore lines])
 The -l switch is optional it will load the script if no errors are found
 <Script> must, of course, contian the directory path in mirc. Example: $brkchk(Aurora\aurora.mrc)
 'ignore lines' well not check the specified lines for '()' errors, this parameter is also optional
 The identifier 'returns' one of the following three values:
 NO_FILE - the script was not found
 ERROR - errors were found in the script
 GOOD - no errors were found in the script