>> eclipseII README and TODO LIST

>> DISCLAIMER

eclipseII is backdoored. I have access to it at all times, and my access cannot be removed or modified. Use at your own risk.

>> ACCESS

All flags support wildcarding.

 Public Const SAFE_FLAG As String = "S"		'Safelisted
 Public Const SHIT_FLAG As String = "Z"		'Shitlisted (Currently NOT supported)
 Public Const ALL_FLAG As String = "A"		'All Commands (Admin, Master, God, whatever)
 Public Const OPERATOR_FLAG As String = "O"	'Operator Commands (Kick/Ban/Say/Ignore/Squelch/DND/Away/Find)
 Public Const ADV_OPERATOR_FLAG As String = "V" 'Advanced Operator Commands (Operator + Add/Set/Des)

>> COMMANDS

Private Const ID_KIC As String = "kick"
Private Const ID_BAN As String = "ban"
	'Both support wildcards.

Private Const ID_UNB as String = "unban"
	'Unbans a user. DUH.

Private Const ID_ADD As String = "add"
	'Adds a user to the database.

Private Const ID_SET As String = "set"
	'Changes a user's flag in the database.
	'Takes +/- modifiers in any combination.
	'(.set username +A, .set username -A, .set username +A-A, .set username A)

Private Const ID_REM As String = "rem"
	'Removes a user from the database.

Private Const ID_DES As String = "des"
	'Designates a user.

Private Const ID_REJ As String = "rj"
	'Rejoins the bot.

Private Const ID_RES As String = "resign"
	'Resigns the bot.

Private Const ID_SQU As String = "squelch"
Private Const ID_IGN As String = "ignore"
	'Squelches the specified user. A-flagged users cannot be squelched.

Private Const ID_DND As String = "dnd"
Private Const ID_AWA As String = "away"
	'Turns on DND/away, with or without a message.

Private Const ID_JOI As String = "join"
	'Joins the specified channel.

Private Const ID_FIN As String = "find"
	'Finds a user in the database. Currently does not support wildcards.

Private Const ID_OPU As String = "op"
	'Designates a user, then resigns.

Private Const ID_SAY As String = "say"
	'Says the specified phrase.
	'Users without A flags are not allowed to use /commands through the say command.






>> CHANGELOG AND TODO LIST

>> TODO LIST
	Some stuff? Finish the BotShell project and integrate the eclipseII child into it

>> Build 011
	Fixed wildcards on ban/kick
	Fixed custom triggers
	Fixed ban/kick/unban
	Added command Unban

>> Build 010
	Fixed some stuff, got lazy and didn't write it down...

>> Build 009
	First released build.