IRCPlugin.serialiseConfigInto

Called to let the plugin contribute settings when writing the configuration file.

class IRCPlugin
const @safe
bool
serialiseConfigInto
(
ref Appender!(char[]) sink
)

Parameters

sink Appender!(char[])

Reference Appender to fill with plugin-specific settings text.

Return Value

Type: bool

Boolean of whether something was added.

See Also