Kameloso.propagate

Propgates an updated struct, to this, parser, and to each plugins' IRCPluginStates, overwriting existing such.

struct Kameloso
pure nothrow @nogc
void
propagate
(
Thing
)
(
Thing thing
)
if (
is(Thing == struct)
)

Parameters

thing Thing

Struct object to propagate.

Meta