IRCPluginImpl.putUser

Inherits a user, by default into a plugin's state.

mixintemplate IRCPluginImpl(Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@safe pragma(inline, true) override @system
void
putUser
(,
const string channel
)

Parameters

user IRCUser

The user to inherit.

channel string

The channel context of the user.