IRCPlugin.setSettingByName

Called when we want to change a setting by its string name.

class IRCPlugin
@safe
bool
setSettingByName
(
const string setting
,
const string value
)

Parameters

setting string

String name of the struct member to set.

value string

String value to set it to (after converting it to the correct type).

Return Value

Type: bool

true if something was serialised into the passed sink; false if not.

See Also