For some of the stuff I'm working on (and it would seem in general), it would be handy to be able to identify which hook disconnected when reacting to a hook::disconnected event.
Currently the data associated with this event contains the name of the server hook, as well as the proposedRank. If this idea seems sane, I would suggest that simply using the name of the disconnected hook instead of the server hook might make sense, but I'm not sure if and how the current value is used internally. If that doesn't work, details about the disconnected hook could simply be stored in another property.
Thoughts?