IRCPlugin.putUser

Inherits a user into the plugin's state.

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

Parameters

user IRCUser

IRCUser to inherit.

channelName string

The channel context of the user.

See Also