I've written an addon (AltSync) that does the following
- Adds the name of all of your alts to the friends' lists of all of your other alts automatically.
- Allows you to delete the name of an alt from the friends' lists of all of your alts. This is currently done manually by simply deleting the name from one alt's friends list and then the deletion will be syncronized to all other alts upon them logging on. You would do this if you deleted an alt.
The 2nd part I want to happen automatically. In order for this to happen I would need to be able to have a way to check if a character with that name exists and if not then delete them from the friends list since that would mean that alt has been deleted. Does anyone know how this check can be done?