Illness IRCd v1.0a
=-=-=-=-=-=-=-=-=-

This program is under development by Mike Chambers (half_eaten@yahoo.com)

It's not anywhere near done but currently allows for basic log on, log off,
join channel, private message, etc functions that are vital to an IRC daemon.

It's written totally in VB6. All the .conf files are for configuration of
the server. They are all commented so you can understand how to edit them.

The source code is hardly commented at all, and unless youre an experienced
VB programmer, you may find it hard to read but I've included it anyway.
Sorry, I wasn't programming it with the idea of distributing it in mind.
I'll clean it up soon, promise! There is also alot of commented-out code that
I just need to delete. It was all for debugging purposes.


Below you will find the currently implemented MODE flags.

Note: THERE ARE A LOT MORE MODES I WILL IMPLEMENT dont worry :)

Client modes:
	o - Operator
	g - God mode
	s - Silenced (can't send messages)
	v - Verbose mode

============================

Channel modes:
	a - Active
	m - Moderated
	e - No external messages

============================

Channel user modes:
	o - Operator
	q - Owner
	h - Half-op
	v - Voice