catchUser

Catch an IRCUser, saving it to the IRCPlugin's IRCPluginState.users array.

If a user already exists, meld the new information into the old one.

@safe
void
catchUser
(,
const IRCUser newUser
)

Parameters

plugin IRCPlugin

Current IRCPlugin.

newUser IRCUser

The IRCUser to catch.

Meta