0.3.14 Issues

	* Currently, it only depends on server number value 320, 
	  this is not a true nick availability checking. What it
	  really needs is a regular expression to capture NickServ
	  NOTICE's saying the nick is owned by someone else. However, 
	  if a user is currently using the nick, it will report that the
	  nick is registered to someone else.

	* It uses IO::Socket extensively, which is 300% pain in the a*(&^, 
	  it's low level and hackish. A better module Net::IRC will solve 
	  all of the problems with nick availability checking, and make the
	  work 90% more easier, but it's not included in Dapper.
