Add a check in CheckFoundation functionSuggestion
Hello, is it possible to add a new check from CheckFoundation function to support the plugin Clans from K1llyou, because from now it check with hook method HasFriend and clan from k1llyou don't have this hook method.

                if (GetClanTag(entity.OwnerID.ToString()) == GetClanTag(userID.ToString()) && GetClanTag(userID.ToString()) != string.Empty)
                    return null;
​
Yes, I see that there are several hook calls for Clans that are not present anymore.  There's no telling how long those have been in there and it doesn't seem to be that popular anymore.  I will try to see what I can do.