-- // Import Profile conversion table for FlexHub
-- // Left side is the group names in Aquila, right side is the corresponding profile names in FlexHub.
-- // Be careful not to change the format of the file.

ImportProfiles = {
	["owner"] = 	"Hubowner",
	[""] =			"NetOwner",
	[""] =			"Master",
	["admins"] =	"Admin",
	["cheefs"] =	"Moderator",
	["ops"] =		"Operator",
	[""] =			"SuperUser",
	[""] =			"KVip",
	["vips"] =		"Vip",
	["regs"] =		"Reg",
	["pingers"] =	"Pinger",
}
