Is there a way to get the group which group X inherits from, without reading groups.txt and some ugly sorting?
So for example (From groups.txt):
"admin"
{
"can_target" "!%admin"
"allow"
{
--Commands &
}
"inherit_from" "moderator"
}
I want to get "moderator" from "admin"