kameloso IRC bot
Dlang.org
MinimalAuthentication.onMinimalAuthenticationAccountInfoTargetMixin
kameloso
plugins
common
awareness
MinimalAuthentication
Proxies to
onMinimalAuthenticationAccountInfoTarget
.
mixintemplate
MinimalAuthentication
(Flag!"debug_" debug_ = No.debug_, string module_ = __MODULE__)
@
system
@
IRCEventHandler
().
onEvent
(
IRCEvent.Type.RPL_WHOISACCOUNT
).
onEvent
(
IRCEvent.Type.RPL_WHOISREGNICK
).
onEvent
(
IRCEvent.Type.RPL_ENDOFWHOIS
).
when
(
Timing.early
).
chainable
(true)
void
onMinimalAuthenticationAccountInfoTargetMixin
(
IRCPlugin
plugin
,
const
ref
IRCEvent
event
)
See Also
onMinimalAuthenticationAccountInfoTarget
kameloso
plugins
common
awareness
MinimalAuthentication
functions
onMinimalAuthenticationAccountInfoTargetMixin
onMinimalAuthenticationUnknownCommandWHOISMixin
manifest constants
hasMinimalAuthentication
Proxies to onMinimalAuthenticationAccountInfoTarget.