IRCPlugin.putUser

Inherits a user into the plugin's state.

class IRCPlugin
@system
void
putUser
(,
const string channel
)

Parameters

user IRCUser

IRCUser to inherit.

channel string

The channel context of the user.

See Also