Revision 1 (by moose, 2006/07/20 11:34:56) initial import
IRC
IRC::Event
IRC::Connection # Connection base class
IRC::Connection::Server # Connection to server
IRC::Connection::DCC # DCC/CTCP Connection to another client
IRC::Connection::Console # telnet accessable console to interface with the program
IRC::Channel
IRC::User

For IRC::Connection::Server's
@connections
	%channels
		%users

For IRC::Connection::DCC
@connections
	%users

For IRC::Connection::Console
@connections
	%hosts

Each class has the nesesary mux_* functions to interface with IO::Multiplex :D