Changes per 02/03-2003:
	MAJORS: Bug fixing. I've bug tracked the software for hours. Alot of bugs has been fixed
		then I mean alot. But dont stop sending bug reports :)
							
	- The code is now under GNU General public license (GNU GPL) :)
	- Join / Part channels.
	- Movie list command added.
	- Nick change bug fixed.
	- Make file made
	- DEL / ADD movie to the database.
	- QUIT command added.
	- Debugging output on / off added.
	- Users: The following commands added
		ADDUSER
		DELUSER			  
		LISTUSERS
	- MD5 cryptation on passwords in database for security.
	- Made a Makefile for linux users.
	- New and improved help system on irc, become really neat with nesting.
	- JDebug 1.1 update. Not much changed here execept added a static method.
	- JUMP - Server jumps incase of netsplits etc. Command added.
	- Cycle a specific channel.
	- Code/bug fixes:
		- Went from using standard String.substring etc parsing to regexp.
		* Makes the bot much much faster.
		- Alot of code cleanup !
		* Easyer readalbe code and uses less cpu/memory.
		- Added connect() and reconnect() methods.