IRCPlugin.serialiseConfigInto

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

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

Return Value

Type: bool

Boolean of whether something was added.

Meta