# Ok, this file HAS to be formated like this.
# It isn't a script language, even if it look like it.
# I'll try to make a more complex interpreter in the near future.
# Format is:
# on <minimum access level>: <what>: {
# 	text text text bla bla bla
# }

on 2: HELP: { # Help starts here...
	Some useful commands are:
	Website
}
on 3: HELP: { # it continues right here...
	memo, who is, go private, seen, kick
}
on 4: HELP: { # and just keeps on going...
	ban, reconnect, flush, new user, remove user
}
on 5: HELP: { # operators...
	shut down, change home channel
}
on 3: HELP: { # you can do this too...
	You can, if the bot's settings allow it, change your notifications with "[don't] notify me/others" and "[don't] monitor channel".
}
on 2: WEBSITE: { # put your channel's, clan's or personal website here...
	Please visit:
	http://home.swipnet.se/hefa/javabot
}
