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.

@system
void
catchUser

Parameters

plugin IRCPlugin

Current IRCPlugin.

newUser IRCUser

The IRCUser to catch.