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

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