[nI:  Script]	nI-Dict.mrc
[nI: Version]	v3.0.1
[nI:  Author]	ZeroSyrge
[nI: Contact]	zerosrg@horiz0n.com
[nI:     URL]	http://www.horiz0n.com/ni/
[nI:Rel.Date]	November 13, 2004
[nI:    Desc]	A Dictionary/Spell-Checker/Thesaurus script that retrieves information
		from a remote server and outputs to a dialog. The script can be started
		via popup or command line(/dict, /spell, /thes). The script now also
		responds to public triggers (!define, !spell, !thes) which can be turned off.

		Additional Notes about Public Triggers:
		[1] !Define, !Spell and !Thes can get very annoying...
		[2] Some results can be very long and there is a chance of flooding.
		[3] Results are sent via MSG with a 1 second delay.
		[4] Spell-Check is a little too sensitive for short words, so consider
		    yourself warned...
		[5] The Public Triggers are ON by default.
[nI:   Usage]	Dictionary:	/dict WORD(s)
		Spell-Checker:	/spell WORD(s)
		Thesaurus:	/thes WORD(S)

		Double click in Spell-Checker/Thesaurus will define the selected word
		Popups available in Status & Channels
		Menu's also available in Dictionary dialog
-========-
Installation:
	[1] Extract the contents of the .zip to your mIRC directory
	[2] /load -rs ni-dict.mrc
-========-
Version History:
	[v3.0.1 -- November 13, 2004]
	  \__ Bug Fixes
	     \__ Thesaurus is now working again, but may give odd results at times
	[v3.0 -- April 25, 2003]
	  \__ Added Thesaurus
	     \__ /thes <WORD>
	     \__ !thes <WORD>
	     \__ Added DCLICK event to Thesaurus
	     \__ Added Auto-Spell option for Thesaurus
	  \__ Added radio buttons to dialog
	     \__ Option to change spell method
	     \__ Option to change server
	     \__ Toggle for Auto-Spell

	[v2.25 -- April 16, 2003]
	  \__ Added option to change Spell-Check method(normal, prefix, substring, suffix, exact)
	  \__ Added option to change server(default, alternate)
	  \__ Added menu's to dialog
	  \__ Dictionary now uses editbox, Spell-Check still uses listbox
	     \__ You can now copy a definition

	[v2.21 -- April 9, 2003]
	  \__ Cleaned up the dialog
	  \__ Added Drop-Down Edit Box
	  \__ Removed 'Clipboard' Popup
	  \__ General Maintenance...

	[v2.2 -- March 23, 2003]
	  \__ Removed Status Echo When Defining/Spell-Checking
	  \__ Added DCLICK Event For Spell-Checker
	  \__ Added Automatic Spell-Checker
	  \__ Added Popups (Status, Channel)
	     \__ Define/Spell via Input Box
	     \__ Define/Spell via ClipBoard
	     \__ Popups Toggle
	     \__ Public Trigger Toggle
	  \__ Added /dictmenu ON/OFF
	  \__ Added Option to Toggle Popups (ON/OFF) via Popups and /dictmenu
	  \__ Added !define and !spell triggers
	     \__ Added option to disable public triggers

	[v2.1 -- March 21, 2003 (First Public Release)]
	  \__ Added /spell
	  \__ Recoded Dialog
	     \__ Added Spell Button
	     \__ Rearranged Buttons
	     \__ Resized Dialog

	[v2.0 -- December 3, 2002]
	  \__ Removed Status Echo For Definitions
	  \__ Added Dialog UI
	     \__ Added Dialog Buttons
	     \__ Added Dialog Input

	[v1.1 -- November 22, 2002]
	  \__ General Re-coding (No Change In UI)

	[v1.0 -- November 17, 2002 (Initial Version)]
	  \__ Added /dict
	  \__ Definitions Echo To Status
-========-
Future Features:
	At the very least, I'm going to recode the thesaurus and remove any
	remaining bugs. Also, the script itself will have some new search
	options and you can also expect an updated UI.
-========-
Extra Bullshit:
	If you have any questions, comments, suggestions, or
	have a bug to report, email me at zerosrg@horiz0n.com

	Feel free to distribute and/or take any code from this that
	you would like.. Just give me some credit if/when you do :P
-========-