onUserAwarenessCatchTarget

Catches a user's information and saves it in the plugin's IRCPluginState.users

array of IRCUsers.

dialect.defs.IRCEvent.Type.RPL_WHOISUSER events carry values in the IRCUser.updated field that we want to store.

dialect.defs.IRCEvent.Type.CHGHOST occurs when a user changes host on some servers that allow for custom host addresses.

@safe
void
onUserAwarenessCatchTarget
(,
const ref IRCEvent event
)

Meta