onChannelAwarenessPart

Removes a user from being part of a channel when they leave it.

Remove the user from the IRCPluginState.users array if, by leaving, it left the last channel we can observe it from, so as not to leak users. It can be argued that this should be part of user awareness, however this would not be possible if it were not for channel-tracking. As such keep the behaviour in channel awareness.

@safe
void
onChannelAwarenessPart
(,
const ref IRCEvent event
)

Meta